File tree Expand file tree Collapse file tree 4 files changed +766
-1098
lines changed Expand file tree Collapse file tree 4 files changed +766
-1098
lines changed Original file line number Diff line number Diff line change 55 }],
66 " stage-0" ,
77 " react"
8- ],
9- "plugins" : [
10- " external-helpers"
118 ]
129}
Original file line number Diff line number Diff line change 88 "main" : " dist/index.js" ,
99 "module" : " dist/index.es.js" ,
1010 "engines" : {
11- "node" : " >=8"
11+ "node" : " >=8" ,
12+ "npm" : " >=5"
1213 },
1314 "scripts" : {
1415 "test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
3536 "eslint-config-standard" : " ^11.0.0" ,
3637 "eslint-config-standard-react" : " ^6.0.0" ,
3738 "eslint-plugin-import" : " ^2.13.0" ,
38- "eslint-plugin-node" : " ^6 .0.1" ,
39- "eslint-plugin-promise" : " ^3.8 .0" ,
39+ "eslint-plugin-node" : " ^7 .0.1" ,
40+ "eslint-plugin-promise" : " ^4.0 .0" ,
4041 "eslint-plugin-react" : " ^7.10.0" ,
4142 "eslint-plugin-standard" : " ^3.1.0" ,
4243 "gh-pages" : " ^1.2.0" ,
4344 "react" : " ^16.4.1" ,
4445 "react-dom" : " ^16.4.1" ,
4546 "react-scripts" : " ^1.1.4" ,
46- "rollup" : " ^0.62.0 " ,
47+ "rollup" : " ^0.64.1 " ,
4748 "rollup-plugin-babel" : " ^3.0.7" ,
4849 "rollup-plugin-commonjs" : " ^9.1.3" ,
4950 "rollup-plugin-node-resolve" : " ^3.3.0" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ export default {
2828 } ) ,
2929 url ( ) ,
3030 babel ( {
31- exclude : 'node_modules/**'
31+ exclude : 'node_modules/**' ,
32+ plugins : [ 'external-helpers' ]
3233 } ) ,
3334 resolve ( ) ,
3435 commonjs ( )
You can’t perform that action at this time.
0 commit comments