Skip to content

Commit 7db06e3

Browse files
committed
update main entry to point to transpiled index
1 parent d35c26b commit 7db06e3

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": "src/index.js",
9+
"main": "lib/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)