Skip to content

Commit 3478fa6

Browse files
author
fabianmoronzirfas
committed
build(commitizen): make it friendly
1 parent fe28052 commit 3478fa6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@
2121
},
2222
"homepage": "https://github.com/basiljs/basiljs.github.io#readme",
2323
"devDependencies": {
24+
"cz-conventional-changelog": "^1.2.0",
2425
"fs-extra": "^2.0.0",
2526
"lodash": "^4.17.4",
2627
"yamljs": "^0.2.8"
2728
},
28-
"dependencies": {}
29+
"dependencies": {},
30+
"config": {
31+
"commitizen": {
32+
"path": "./node_modules/cz-conventional-changelog"
33+
}
34+
}
2935
}

0 commit comments

Comments
 (0)