Skip to content

Commit 9326f71

Browse files
committed
fix: add repository field for npm provenance, make bin executable
1 parent 8d70539 commit 9326f71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
"scripts": {
1212
"build": "tsc",
13+
"postbuild": "chmod +x dist/index.js",
1314
"prepublishOnly": "npm run build"
1415
},
1516
"dependencies": {
@@ -23,5 +24,9 @@
2324
"engines": {
2425
"node": ">=16"
2526
},
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/mobile-next/create-mobilewright"
30+
},
2631
"license": "MIT"
2732
}

0 commit comments

Comments
 (0)