Skip to content

Commit 29264ae

Browse files
committed
chore: Fix npm package so it doesn't autofix every time
1 parent 0efd74d commit 29264ae

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "commit-and-tag-version",
33
"version": "12.7.1",
44
"description": "replacement for `npm version` with automatic CHANGELOG generation",
5-
"bin": "bin/cli.js",
5+
"bin": {
6+
"commit-and-tag-version": "bin/cli.js"
7+
},
68
"scripts": {
79
"lint": "eslint .",
810
"lint:fix": "npm run lint -- --fix",
@@ -15,7 +17,10 @@
1517
"test:git-integration": "jest --testPathPattern test/git.integration-test.js",
1618
"release": "bin/cli.js"
1719
},
18-
"repository": "absolute-version/commit-and-tag-version",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/absolute-version/commit-and-tag-version.git"
23+
},
1924
"engines": {
2025
"node": ">=18"
2126
},

0 commit comments

Comments
 (0)