Skip to content

Commit a9e83b9

Browse files
committed
chore: update name and version
1 parent cdaae9f commit a9e83b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "create-formidable-app",
3-
"version": "0.0.2",
2+
"name": "create-formidable",
3+
"version": "0.0.1",
44
"description": "The Formidable Framework Installer",
55
"author": "Donald Pakkies @donaldp",
66
"bin": {
7-
"create-formidable-app": "./bin/run"
7+
"create-formidable": "./bin/run"
88
},
9-
"homepage": "https://github.com/formidablejs/create-formidable-app",
9+
"homepage": "https://github.com/formidablejs/create-formidable",
1010
"license": "MIT",
1111
"main": "dist/index.js",
12-
"repository": "formidablejs/create-formidable-app",
12+
"repository": "formidablejs/create-formidable",
1313
"files": [
1414
"/bin",
1515
"/dist",
@@ -42,8 +42,8 @@
4242
"typescript": "^4.9.5"
4343
},
4444
"oclif": {
45-
"bin": "create-formidable-app",
46-
"dirname": "create-formidable-app",
45+
"bin": "create-formidable",
46+
"dirname": "create-formidable",
4747
"default": ".",
4848
"commands": "./dist/commands",
4949
"plugins": [
@@ -67,7 +67,7 @@
6767
"engines": {
6868
"node": ">=12.0.0"
6969
},
70-
"bugs": "https://github.com/formidablejs/create-formidable-app/issues",
70+
"bugs": "https://github.com/formidablejs/create-formidable/issues",
7171
"keywords": [
7272
"oclif"
7373
],

0 commit comments

Comments
 (0)