File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111 "dev" : " jest && webpack --progress --colors --watch" ,
1212 "dev-server" : " node ./examples/parallax-example/dist/server" ,
1313 "gh-pages" : " NODE_ENV=production webpack --progress --colors" ,
14- "test" : " jest"
14+ "test" : " jest" ,
15+ "prepublish" : " babel ./src --out-dir ./lib --presets es2015,react,stage-0 --plugins babel-plugin-add-module-exports"
1516 },
1617 "jest" : {
17- "modulePaths" : [" <rootDir>/src/" ]
18+ "modulePaths" : [
19+ " <rootDir>/src/"
20+ ]
1821 },
1922 "keywords" : [
2023 " react" ,
3033 "react-proptypes" : " ^1.0.0"
3134 },
3235 "devDependencies" : {
36+ "babel-cli" : " ^6.24.1" ,
3337 "babel-core" : " ^6.23.1" ,
3438 "babel-jest" : " ^20.0.3" ,
3539 "babel-loader" : " ^6.3.2" ,
40+ "babel-plugin-add-module-exports" : " ^0.2.1" ,
3641 "babel-preset-env" : " ^1.1.8" ,
3742 "babel-preset-es2015" : " ^6.24.1" ,
3843 "babel-preset-react" : " ^6.23.0" ,
You can’t perform that action at this time.
0 commit comments