We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461dd06 commit de27bc5Copy full SHA for de27bc5
package.json
@@ -4,12 +4,15 @@
4
"description": "The Formidable Framework Installer",
5
"author": "Donald Pakkies @donaldp",
6
"bin": {
7
- "create-formidable": "./bin/run.js"
+ "create-formidable": "bin/run.js"
8
},
9
"homepage": "https://github.com/formidablejs/create-formidable",
10
"license": "MIT",
11
"main": "dist/index.js",
12
- "repository": "formidablejs/create-formidable",
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/formidablejs/create-formidable.git"
15
+ },
16
"files": [
17
"./bin",
18
"./dist",
0 commit comments