Skip to content

Commit c253cab

Browse files
committed
fix(cli): Fix old reference to git-cc
There was an old reference to git-cc in the bin section of package.json. Fixed this.
1 parent 6b2eafc commit c253cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "commitizen",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Git commit, but play nice with conventions.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"bin": {
1010
"git-cz": "./bin/git-cz",
11-
"git-cz-debug": "./bin/git-cc-debug",
11+
"git-cz-debug": "./bin/git-cz-debug",
1212
"commitizen": "./bin/git-cz",
13-
"commitizen-debug": "./bin/git-cc-debug"
13+
"commitizen-debug": "./bin/git-cz-debug"
1414
},
1515
"author": "Jim Cummins <[email protected]>",
1616
"license": "MIT",

0 commit comments

Comments
 (0)