File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " react-virtualized-infinite-scroll" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Infinite scroll list for React that also works in reverse" ,
55 "license" : " MIT" ,
66 "author" : " kyle-ssg" ,
77 "scripts" : {
8- "webpack:prod " : " webpack --config ./example/config/webpack.config.prod.js" ,
8+ "build " : " webpack --config ./example/config/webpack.config.prod.js" ,
99 "server" : " babel-node example/server --presets=es2015-node5,stage-2,react" ,
1010 "start" : " nodemon --watch example/server --watch example/config --exec npm run server" ,
11- "prod" : " npm run webpack:prod"
1211 },
1312 "devDependencies" : {
1413 "babel-cli" : " 6.14.0" ,
4948 "webpack-dev-middleware" : " 1.7.0" ,
5049 "webpack-hot-middleware" : " 2.12.2"
5150 },
52- "main" : " index.js " ,
51+ "main" : " dist/ index" ,
5352 "directories" : {
5453 "example" : " example"
5554 },
You can’t perform that action at this time.
0 commit comments