File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " node test/chdir-promise-spec.js" ,
8
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post " ,
8
+ "semantic-release" : " semantic-release" ,
9
9
"commit" : " commit-wizard" ,
10
10
"size" : " t=\" $(npm pack .)\" ; wc -c \" ${t}\" ; tar tvf \" ${t}\" ; rm \" ${t}\" ;" ,
11
11
"pretty" : " prettier-standard *.js src/*.js" ,
40
40
"homepage" : " https://github.com/bahmutov/chdir-promise" ,
41
41
"dependencies" : {
42
42
"check-more-types" : " 2.24.0" ,
43
- "debug" : " 2.6.8 " ,
43
+ "debug" : " 3.1.0 " ,
44
44
"lazy-ass" : " 1.6.0" ,
45
- "q" : " 1.5.0 " ,
45
+ "q" : " 1.5.1 " ,
46
46
"spots" : " 0.5.0"
47
47
},
48
48
"devDependencies" : {
49
49
"git-issues" : " ^1.3.1" ,
50
- "github-post-release" : " ^1.7 .1" ,
51
- "pre-git" : " 3.15.0 " ,
52
- "prettier-standard" : " ^6 .0.0 " ,
53
- "semantic-release" : " ^6.3.6 " ,
54
- "standard" : " ^ 10.0.2 "
50
+ "github-post-release" : " 1.13 .1" ,
51
+ "pre-git" : " 3.15.3 " ,
52
+ "prettier-standard" : " 7 .0.3 " ,
53
+ "semantic-release" : " 9.0.0 " ,
54
+ "standard" : " 10.0.3 "
55
55
},
56
56
"config" : {
57
57
"pre-git" : {
68
68
}
69
69
},
70
70
"release" : {
71
- "generateNotes" : " github-post-release"
71
+ "generateNotes" : " github-post-release" ,
72
+ "analyzeCommits" : " simple-commit-message"
72
73
}
73
74
}
You can’t perform that action at this time.
0 commit comments