File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-virtualized-infinite-scroll" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Infinite scroll list for React that also works in reverse" ,
5
5
"license" : " MIT" ,
6
6
"author" : " kyle-ssg" ,
7
7
"scripts" : {
8
- "webpack:prod " : " webpack --config ./example/config/webpack.config.prod.js" ,
8
+ "build " : " webpack --config ./example/config/webpack.config.prod.js" ,
9
9
"server" : " babel-node example/server --presets=es2015-node5,stage-2,react" ,
10
10
"start" : " nodemon --watch example/server --watch example/config --exec npm run server" ,
11
- "prod" : " npm run webpack:prod"
12
11
},
13
12
"devDependencies" : {
14
13
"babel-cli" : " 6.14.0" ,
49
48
"webpack-dev-middleware" : " 1.7.0" ,
50
49
"webpack-hot-middleware" : " 2.12.2"
51
50
},
52
- "main" : " index.js " ,
51
+ "main" : " dist/ index" ,
53
52
"directories" : {
54
53
"example" : " example"
55
54
},
You can’t perform that action at this time.
0 commit comments