File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-traverson" ,
3
3
"description" : " shareable config for commitlint" ,
4
- "version" : " 0.0.0-semantically-released" ,
5
- "main" : " index.js" ,
6
4
"license" : " MIT" ,
5
+ "version" : " 0.0.0-semantically-released" ,
6
+ "author" :
" Matt Travi <[email protected] > (https://matt.travi.org/)" ,
7
7
"repository" : " traverson/commitlint-config-traverson" ,
8
8
"bugs" : " https://github.com/traverson/commitlint-config-traverson/issues" ,
9
9
"homepage" : " https://npm.im/commitlint-config-traverson" ,
10
- "author " :
" Matt Travi <[email protected] > (https://matt.travi.org/) " ,
10
+ "main " : " index.js " ,
11
11
"scripts" : {
12
12
"lint:sensitive" : " ban" ,
13
13
"test" : " npm-run-all --print-label --parallel lint:*" ,
23
23
"path" : " ./node_modules/cz-conventional-changelog"
24
24
}
25
25
},
26
+ "dependencies" : {
27
+ "@form8ion/commitlint-config" : " 1.0.55"
28
+ },
26
29
"devDependencies" : {
27
30
"ban-sensitive-files" : " 1.10.0" ,
28
31
"cz-conventional-changelog" : " 3.3.0" ,
29
32
"husky" : " 8.0.3" ,
30
33
"npm-run-all2" : " 6.0.6" ,
31
34
"publint" : " 0.2.2"
32
- },
33
- "dependencies" : {
34
- "@form8ion/commitlint-config" : " 1.0.55"
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments