File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 30
30
"babel-plugin-ramda" : " ^1.6.1" ,
31
31
"chai" : " ^4.1.2" ,
32
32
"chai-as-promised" : " ^7.1.1" ,
33
+ "cz-conventional-changelog" : " ^2.1.0" ,
33
34
"docco" : " ^0.8.0" ,
34
35
"eslint-config-standard" : " ^11.0.0" ,
35
36
"eslint-config-standard-jsx" : " ^5.0.0" ,
42
43
"mocha" : " ^5.0.0" ,
43
44
"mocha-junit-reporter" : " ^1.17.0" ,
44
45
"safe-buffer" : " ^5.1.2" ,
46
+ "sinon" : " ^7.2.3" ,
45
47
"standard" : " *" ,
46
48
"standard-loader" : " ^6.0.1" ,
47
- "supports-color" : " ^5.4.0" ,
48
- "sinon" : " ^7.2.3"
49
+ "supports-color" : " ^5.4.0"
49
50
},
50
51
"scripts" : {
51
52
"docs" : " docco -t tooling/docs/markdown.jst -c /dev/null bin/*.js && docco -t tooling/docs/markdown.jst -c /dev/null bin/commands/*.js && docco -t tooling/docs/markdown.jst -c /dev/null bin/utils/*.js && rm -f docs/null && node rename-to-md.js" ,
60
61
" blockchain"
61
62
],
62
63
"author" : " nduchak" ,
63
- "license" : " ISC"
64
+ "license" : " ISC" ,
65
+ "config" : {
66
+ "commitizen" : {
67
+ "path" : " ./node_modules/cz-conventional-changelog"
68
+ }
69
+ }
64
70
}
You can’t perform that action at this time.
0 commit comments