We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2eafc commit c253cabCopy full SHA for c253cab
1 file changed
package.json
@@ -1,16 +1,16 @@
1
{
2
"name": "commitizen",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Git commit, but play nice with conventions.",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"bin": {
10
"git-cz": "./bin/git-cz",
11
- "git-cz-debug": "./bin/git-cc-debug",
+ "git-cz-debug": "./bin/git-cz-debug",
12
"commitizen": "./bin/git-cz",
13
- "commitizen-debug": "./bin/git-cc-debug"
+ "commitizen-debug": "./bin/git-cz-debug"
14
15
"author": "Jim Cummins <jimthedev@gmail.com>",
16
"license": "MIT",
0 commit comments