Skip to content

Commit 5306a64

Browse files
committed
[fixed] npm main entry
1 parent 9330af0 commit 5306a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-autocomplete",
33
"version": "0.1.2",
44
"description": "Accessible, extensible, Autocomplete for React.js",
5-
"main": "./lib/index.js",
5+
"main": "./build/lib/index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rackt/react-autocomplete.git"
@@ -34,4 +34,4 @@
3434
"dependencies": {
3535
"dom-scroll-into-view": "1.0.1"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)