This repository was archived by the owner on Mar 11, 2025. It is now read-only.
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 8
8
"watch" : " mocha --watch $(find test -name '*.test.js')" ,
9
9
"coverage" : " istanbul cover ./node_modules/.bin/_mocha -- $(find test -name '*.test.js')" ,
10
10
"test-travis" : " istanbul cover node_modules/.bin/_mocha --report lcovonly -- $(find test -name '*.test.js')" ,
11
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post "
11
+ "semantic-release" : " semantic-release"
12
12
},
13
13
"engines" : {
14
14
"node" : " ^4.5.0 || ^6.9.0 || ^8.9.0"
32
32
"emits" : " ^3.0.0" ,
33
33
"got" : " ^7.1.0" ,
34
34
"htmlparser2" : " ^3.9.2" ,
35
- "image-size" : " 0.5 .1" ,
35
+ "image-size" : " 0.6 .1" ,
36
36
"lodash" : " ^4.17.4" ,
37
- "nock" : " ^9.0.2" ,
38
- "rewire" : " ^2.5.2" ,
39
37
"uuid" : " ^3.0.0" ,
40
- "validator" : " ^8.2.0 "
38
+ "validator" : " ^9.1.1 "
41
39
},
42
40
"devDependencies" : {
43
- "chai" : " ^3.5.0 " ,
44
- "cz-conventional-changelog" : " 1.2 .0" ,
41
+ "chai" : " ^4.1.2 " ,
42
+ "cz-conventional-changelog" : " 2.1 .0" ,
45
43
"istanbul" : " ^0.4.5" ,
46
- "mocha" : " ^3.2.0" ,
47
- "semantic-release" : " 6.3.2" ,
48
- "sinon" : " ^1.17.7" ,
49
- "sinon-chai" : " ^2.8.0"
44
+ "mocha" : " ^4.0.1" ,
45
+ "semantic-release" : " 9.1.0" ,
46
+ "sinon" : " 1.17.7" ,
47
+ "sinon-chai" : " ^2.8.0" ,
48
+ "nock" : " ^9.0.2" ,
49
+ "rewire" : " ^2.5.2"
50
50
},
51
51
"config" : {
52
52
"commitizen" : {
You can’t perform that action at this time.
0 commit comments