Skip to content

Commit 2915827

Browse files
ctrlplusbjimthedev
authored andcommitted
fix(package): "main" property within "package.json" (#409)
The property has been adjusted to point to the dist output of `dist/index.js`.
1 parent 852d6f6 commit 2915827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "commitizen",
33
"version": "0.0.0-semantically-released",
44
"description": "Git commit, but play nice with conventions.",
5-
"main": "src/index.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"check-coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80 ",
88
"commit": "node bin/git-cz",

0 commit comments

Comments
 (0)