Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Commit fe2f4d9

Browse files
committed
fix package.json main
1 parent ffb2e5f commit fe2f4d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"build": "webpack",
2222
"dist": "webpack --config webpack.dist.js"
2323
},
24-
"main": "./src/react-cursor.js",
24+
"main": "./dist/react-cursor.js",
25+
"jsnext:main": "src/react-cursor.js",
2526
"devDependencies": {
2627
"babel-core": "^5.8.22",
2728
"babel-loader": "^5.3.2",

0 commit comments

Comments
 (0)