File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 99 "url" : " git://github.com/CassetteRocks/react-infinite-scroller.git"
1010 },
1111 "scripts" : {
12- "build" : " mkdirp dist && babel src/InfiniteScroll.js --out-file dist/InfiniteScroll.js" ,
12+ "build" :
13+ " mkdirp dist && babel src/InfiniteScroll.js --out-file dist/InfiniteScroll.js" ,
1314 "prepublish" : " npm run build" ,
1415 "test" : " nyc npm run spec" ,
1516 "spec" : " _mocha -R spec ./test/test_helper.js --recursive test/*_test.js" ,
2223 " git add"
2324 ]
2425 },
25- "keywords" : [
26- " infinite" ,
27- " scroll" ,
28- " react"
29- ],
26+ "keywords" : [" infinite" , " scroll" , " react" ],
3027 "author" : " CassetteRocks" ,
3128 "license" : " MIT" ,
3229 "bugs" : {
3330 "url" : " https://github.com/CassetteRocks/react-infinite-scroller/issues"
3431 },
3532 "dependencies" : {
36- "mkdirp" : " ^0.5.1" ,
3733 "prop-types" : " ^15.5.8"
3834 },
3935 "peerDependencies" : {
6460 "istanbul" : " ^0.4.5" ,
6561 "jsdom" : " ^10.0.0" ,
6662 "lint-staged" : " ^4.3.0" ,
63+ "mkdirp" : " ^0.5.1" ,
6764 "mocha" : " ^3.3.0" ,
6865 "nyc" : " ^10.2.0" ,
6966 "prettier" : " ^1.7.4" ,
You can’t perform that action at this time.
0 commit comments