File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 12
12
"build" : " mkdir -p dist && babel src/InfiniteScroll.js --out-file dist/InfiniteScroll.js" ,
13
13
"prepublish" : " npm run build" ,
14
14
"test" : " nyc npm run spec" ,
15
- "spec" : " ./node_modules/.bin/ _mocha -R spec ./test/test_helper.js --recursive test/*_test.js" ,
15
+ "spec" : " _mocha -R spec ./test/test_helper.js --recursive test/*_test.js" ,
16
16
"lint" : " eslint src test"
17
17
},
18
18
"keywords" : [
25
25
"bugs" : {
26
26
"url" : " https://github.com/CassetteRocks/react-infinite-scroller/issues"
27
27
},
28
+ "dependencies" : {
29
+ "prop-types" : " ^15.5.8"
30
+ },
31
+ "peerDependencies" : {
32
+ "react" : " ^0.14.9 || ^15.3.0"
33
+ },
28
34
"devDependencies" : {
29
35
"babel-cli" : " ^6.6.5" ,
30
36
"babel-core" : " ^6.24.1" ,
49
55
"jsdom" : " ^10.0.0" ,
50
56
"mocha" : " ^3.3.0" ,
51
57
"nyc" : " ^10.2.0" ,
52
- "react" : " ^0.14.0 || ^15.0.1 " ,
53
- "react-addons-test-utils" : " ^0.14.0 || ^15.0.1 " ,
54
- "react-dom" : " ^0.14.0 || ^15.0.1 " ,
58
+ "react" : " ^0.14.9 || ^15.3.0 " ,
59
+ "react-addons-test-utils" : " ^0.14.8 || ^15.3.0 " ,
60
+ "react-dom" : " ^0.14.9 || ^15.3.0 " ,
55
61
"sinon" : " ^2.1.0"
56
- },
57
- "peerDependencies" : {
58
- "prop-types" : " ^15.5.8" ,
59
- "react" : " ^0.14.0 || ^15.0.1"
60
62
}
61
63
}
You can’t perform that action at this time.
0 commit comments