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 a4df4f7 commit 38fea18Copy full SHA for 38fea18
1 file changed
package.json
@@ -13,14 +13,17 @@
13
"email": "stefan@github.com",
14
"url": "https://github.com/stoe"
15
},
16
- "repository": "github:stoe/action-reporting-cli",
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/stoe/action-reporting-cli.git"
19
+ },
20
"license": "MIT",
21
"engines": {
22
"node": ">=20",
23
"npm": ">=10"
24
25
"bin": {
- "action-reporting-cli": "./index.js"
26
+ "action-reporting-cli": "index.js"
27
28
"exports": {
29
".": "./utils/reporting.js",
0 commit comments