Skip to content

Commit 19e4f69

Browse files
Merge pull request #3 from vincentmuriuki/develop
fix(package): update ai-commit bin path and add version
2 parents 1c0c4b9 + 2fa06f9 commit 19e4f69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ai-commit-generator",
33
"bin": {
4-
"ai-commit": "./cli/index.js"
4+
"ai-commit": "cli/index.js"
55
},
66
"main": "./cli/index.js",
77
"type": "module",
@@ -16,5 +16,6 @@
1616
"simple-git": "^3.27.0",
1717
"typescript": "5.7.3",
1818
"winston": "^3.17.0"
19-
}
19+
},
20+
"version": "1.0.0"
2021
}

0 commit comments

Comments
 (0)