Skip to content

Commit de27bc5

Browse files
committed
chore: npm pkg fix
1 parent 461dd06 commit de27bc5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
"description": "The Formidable Framework Installer",
55
"author": "Donald Pakkies @donaldp",
66
"bin": {
7-
"create-formidable": "./bin/run.js"
7+
"create-formidable": "bin/run.js"
88
},
99
"homepage": "https://github.com/formidablejs/create-formidable",
1010
"license": "MIT",
1111
"main": "dist/index.js",
12-
"repository": "formidablejs/create-formidable",
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/formidablejs/create-formidable.git"
15+
},
1316
"files": [
1417
"./bin",
1518
"./dist",

0 commit comments

Comments
 (0)