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 8d70539 commit 9326f71Copy full SHA for 9326f71
1 file changed
package.json
@@ -10,6 +10,7 @@
10
],
11
"scripts": {
12
"build": "tsc",
13
+ "postbuild": "chmod +x dist/index.js",
14
"prepublishOnly": "npm run build"
15
},
16
"dependencies": {
@@ -23,5 +24,9 @@
23
24
"engines": {
25
"node": ">=16"
26
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/mobile-next/create-mobilewright"
30
+ },
31
"license": "MIT"
32
}
0 commit comments