Skip to content

Commit 9201d9e

Browse files
committed
correct main path index
1 parent 9228474 commit 9201d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/jscottsmith/react-scroll-parallax"
88
},
9-
"main": "index.js",
9+
"main": "src/index.js",
1010
"scripts": {
1111
"dev": "jest && webpack --progress --colors --watch",
1212
"dev-server": "node ./examples/parallax-example/dist/server",

0 commit comments

Comments
 (0)