File tree 2 files changed +591
-16
lines changed
2 files changed +591
-16
lines changed Original file line number Diff line number Diff line change 6
6
"author" :
" Mike North <[email protected] > (https://mike.works)" ,
7
7
"private" : true ,
8
8
"devDependencies" : {
9
+ "@commitlint/cli" : " 7.5.2" ,
10
+ "@commitlint/config-conventional" : " 7.5.0" ,
11
+ "@commitlint/travis-cli" : " 7.5.2" ,
12
+ "@mike-works/js-lib-renovate-config" : " ^2.0.0" ,
13
+ "@mike-works/workshop-semantic-release-config" : " ^1.0.0" ,
9
14
"@types/chai" : " ^4.1.7" ,
10
15
"@types/mocha" : " ^5.2.6" ,
11
16
"@types/node" : " ^11.9.6" ,
32
37
"build" : " lerna run build" ,
33
38
"test" : " lerna run test" ,
34
39
"postinstall" : " lerna link"
40
+ },
41
+ "release" : {
42
+ "extends" : " @mike-works/workshop-semantic-release-config"
43
+ },
44
+ "commitlint" : {
45
+ "extends" : [
46
+ " @commitlint/config-conventional"
47
+ ]
48
+ },
49
+ "husky" : {
50
+ "hooks" : {
51
+ "commit-msg" : " ./node_modules/.bin/commitlint -e $HUSKY_GIT_PARAMS"
52
+ }
35
53
}
36
54
}
You can’t perform that action at this time.
0 commit comments