File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 28
28
"test" : " mocha && npm run lint" ,
29
29
"coverage" : " nyc --reporter=text --reporter=lcov mocha" ,
30
30
"upgrade" : " npm-check -u" ,
31
- "bump" : " bump --prompt -- tag --push --all" ,
31
+ "bump" : " bump --tag --push --all" ,
32
32
"release" : " npm run upgrade && npm run test && npm run bump"
33
33
},
34
34
"devDependencies" : {
35
- "browserify" : " ^16.2.3 " ,
35
+ "browserify" : " ^16.5.0 " ,
36
36
"chai" : " ^4.2.0" ,
37
- "coveralls" : " ^3.0.2 " ,
38
- "del" : " ^3.0 .0" ,
39
- "eslint" : " ^5.10.0 " ,
40
- "eslint-config-modular" : " ^5 .0.0 " ,
37
+ "coveralls" : " ^3.0.6 " ,
38
+ "del" : " ^5.1 .0" ,
39
+ "eslint" : " ^6.2.2 " ,
40
+ "eslint-config-modular" : " ^7 .0.1 " ,
41
41
"exorcist" : " ^1.0.0" ,
42
- "mocha" : " ^5 .2.0" ,
42
+ "mocha" : " ^6 .2.0" ,
43
43
"npm-check" : " ^5.9.0" ,
44
- "npm-check-updates" : " ^2.15.0 " ,
45
- "nyc" : " ^13 .1.0 " ,
46
- "version-bump-prompt" : " ^4.2.1 "
44
+ "npm-check-updates" : " ^3.1.21 " ,
45
+ "nyc" : " ^14 .1.1 " ,
46
+ "version-bump-prompt" : " ^5.0.5 "
47
47
},
48
48
"dependencies" : {
49
49
"through" : " ^2.3.8"
50
50
},
51
51
"engines" : {
52
- "node" : " >=4 "
52
+ "node" : " >=6 "
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments