We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdb566 commit 7f81cffCopy full SHA for 7f81cff
.changeset/warm-panthers-relax.md
@@ -0,0 +1,5 @@
1
+---
2
+'changesets-gitlab': patch
3
4
+
5
+fix: incorrect bin file location
package.json
@@ -9,7 +9,7 @@
9
"node": ">=12"
10
},
11
"bin": {
12
- "changesets-gitlab": "bin/cli.js"
+ "changesets-gitlab": "lib/cli.js"
13
14
"exports": {
15
"import": "./lib/index.js",
0 commit comments