File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scrollable" ,
3
3
"description" : " React Scrollable" ,
4
- "main" : " lib/index .js" ,
4
+ "main" : " lib/Scrollable .js" ,
5
5
"keywords" : [
6
6
" react" ,
7
7
" infinity" ,
26
26
" src"
27
27
],
28
28
"scripts" : {
29
- "build:umd" : " NODE_ENV=development webpack --output-file react-scrollable.js" ,
29
+ "build:umd" : " NODE_ENV=production webpack --output-file react-scrollable.js" ,
30
30
"build:umd:min" : " NODE_ENV=production webpack --output-file react-scrollable.min.js" ,
31
- "build:lib" : " babel src --out-dir lib" ,
31
+ "build:lib" : " NODE_ENV=production babel src --out-dir lib" ,
32
32
"build" : " npm run build:umd && npm run build:umd:min && npm run build:lib" ,
33
33
"test" : " BABEL_ENV=production mocha --compilers js:babel-register" ,
34
34
"test:watch" : " npm run test -- --watch" ,
You can’t perform that action at this time.
0 commit comments