We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efd74d commit 29264aeCopy full SHA for 29264ae
1 file changed
package.json
@@ -2,7 +2,9 @@
2
"name": "commit-and-tag-version",
3
"version": "12.7.1",
4
"description": "replacement for `npm version` with automatic CHANGELOG generation",
5
- "bin": "bin/cli.js",
+ "bin": {
6
+ "commit-and-tag-version": "bin/cli.js"
7
+ },
8
"scripts": {
9
"lint": "eslint .",
10
"lint:fix": "npm run lint -- --fix",
@@ -15,7 +17,10 @@
15
17
"test:git-integration": "jest --testPathPattern test/git.integration-test.js",
16
18
"release": "bin/cli.js"
19
},
- "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
24
"engines": {
25
"node": ">=18"
26
0 commit comments