File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
"prepare" : " npm run build" ,
10
10
"prepublish" : " npm run build" ,
11
11
"pretest" : " npm run lint && npm run build" ,
12
- "lint" : " standard lib/*.js spec/*.js" ,
12
+ "lint" : " standard ' lib/*.js spec/*.js" ,
13
13
"test" : " jasmine" ,
14
14
"coverage" : " nyc --include 'dist-es5/**' npm test" ,
15
15
"dev" : " NODE_ENV=development rollup -c example/rollup.config.js --watch" ,
45
45
},
46
46
"devDependencies" : {
47
47
"coveralls" : " ^3.0.0" ,
48
- "jasmine" : " ^3.3 .0" ,
49
- "jsdom" : " ^15 .1.0" ,
50
- "nyc" : " ^14.1 .0" ,
48
+ "jasmine" : " ^3.5 .0" ,
49
+ "jsdom" : " ^16 .1.0" ,
50
+ "nyc" : " ^15.0 .0" ,
51
51
"prop-types" : " ^15.7.0" ,
52
52
"react" : " ^16.10.0" ,
53
53
"react-dom" : " ^16.10.0" ,
54
- "rollup" : " ^1.22 .0" ,
54
+ "rollup" : " ^1.30 .0" ,
55
55
"rollup-plugin-buble" : " ^0.19.6" ,
56
56
"rollup-plugin-commonjs" : " ^10.1.0" ,
57
57
"rollup-plugin-node-resolve" : " ^5.2.0" ,
58
58
"rollup-plugin-replace" : " ^2.1.0" ,
59
59
"rollup-plugin-serve" : " ^1.0.0" ,
60
60
"rollup-plugin-uglify" : " ^6.0.0" ,
61
- "sinon" : " ^7.3 .0" ,
62
- "standard" : " ^12.0 .0"
61
+ "sinon" : " ^8.1 .0" ,
62
+ "standard" : " ^14.3 .0"
63
63
},
64
64
"engines" : {
65
65
"node" : " >= 8.15.0"
You can’t perform that action at this time.
0 commit comments