Skip to content

Commit 2fa06f9

Browse files
fix(package): update ai-commit bin path and add version
- Changed the path for the ai-commit binary in package.json from './cli/index.js' to 'cli/index.js' to align with directory structure. - Added version field set to '1.0.0' in package.json.
1 parent 158a635 commit 2fa06f9

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)