Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0082c4a

Browse files
committed
feat(package.json): make the repository commitizen-friendly
As discussed with @thetutlage we are going to follow a convention about commit message.
1 parent 4f5fd0b commit 0082c4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"co-mocha": "^1.1.2",
2323
"co-supertest": "0.0.10",
2424
"coveralls": "^2.11.4",
25+
"cz-conventional-changelog": "^1.1.5",
2526
"formidable": "^1.0.17",
2627
"istanbul": "^0.4.0",
2728
"mocha": "^2.3.3",
@@ -52,6 +53,11 @@
5253
"path-to-regexp": "^1.2.1",
5354
"type-of-is": "^3.4.0"
5455
},
56+
"config": {
57+
"commitizen": {
58+
"path": "./node_modules/cz-conventional-changelog"
59+
}
60+
},
5561
"directories": {
5662
"test": "test"
5763
},

0 commit comments

Comments
 (0)