File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " create-formidable-app " ,
3
- "version" : " 0.0.2 " ,
2
+ "name" : " create-formidable" ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " The Formidable Framework Installer" ,
5
5
"author" : " Donald Pakkies @donaldp" ,
6
6
"bin" : {
7
- "create-formidable-app " : " ./bin/run"
7
+ "create-formidable" : " ./bin/run"
8
8
},
9
- "homepage" : " https://github.com/formidablejs/create-formidable-app " ,
9
+ "homepage" : " https://github.com/formidablejs/create-formidable" ,
10
10
"license" : " MIT" ,
11
11
"main" : " dist/index.js" ,
12
- "repository" : " formidablejs/create-formidable-app " ,
12
+ "repository" : " formidablejs/create-formidable" ,
13
13
"files" : [
14
14
" /bin" ,
15
15
" /dist" ,
42
42
"typescript" : " ^4.9.5"
43
43
},
44
44
"oclif" : {
45
- "bin" : " create-formidable-app " ,
46
- "dirname" : " create-formidable-app " ,
45
+ "bin" : " create-formidable" ,
46
+ "dirname" : " create-formidable" ,
47
47
"default" : " ." ,
48
48
"commands" : " ./dist/commands" ,
49
49
"plugins" : [
67
67
"engines" : {
68
68
"node" : " >=12.0.0"
69
69
},
70
- "bugs" : " https://github.com/formidablejs/create-formidable-app /issues" ,
70
+ "bugs" : " https://github.com/formidablejs/create-formidable/issues" ,
71
71
"keywords" : [
72
72
" oclif"
73
73
],
You can’t perform that action at this time.
0 commit comments