Skip to content

Commit 922097b

Browse files
author
Kent C. Dodds
committed
fix(build): Add proper deps, force republish to make sure things are working
1 parent 114f967 commit 922097b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.cz.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Commitizen adapter following the conventional-changelog format.",
55
"main": "index.js",
66
"scripts": {
7+
"commit": "git-cz",
78
"test": "echo 'Tests need to be setup!'",
89
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
910
},
@@ -18,6 +19,10 @@
1819
"word-wrap": "^1.0.3"
1920
},
2021
"devDependencies": {
22+
"commitizen": "1.0.5",
2123
"semantic-release": "^4.3.5"
24+
},
25+
"czConfig": {
26+
"path": "./"
2227
}
2328
}

0 commit comments

Comments
 (0)