Skip to content

Commit 38fea18

Browse files
committed
🐛 Fix pkg format and bin path
1 parent a4df4f7 commit 38fea18

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@
1313
"email": "[email protected]",
1414
"url": "https://github.com/stoe"
1515
},
16-
"repository": "github:stoe/action-reporting-cli",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/stoe/action-reporting-cli.git"
19+
},
1720
"license": "MIT",
1821
"engines": {
1922
"node": ">=20",
2023
"npm": ">=10"
2124
},
2225
"bin": {
23-
"action-reporting-cli": "./index.js"
26+
"action-reporting-cli": "index.js"
2427
},
2528
"exports": {
2629
".": "./utils/reporting.js",

0 commit comments

Comments
 (0)