We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852d6f6 commit 2915827Copy full SHA for 2915827
package.json
@@ -2,7 +2,7 @@
2
"name": "commitizen",
3
"version": "0.0.0-semantically-released",
4
"description": "Git commit, but play nice with conventions.",
5
- "main": "src/index.js",
+ "main": "dist/index.js",
6
"scripts": {
7
"check-coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80 ",
8
"commit": "node bin/git-cz",
0 commit comments