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 5cf8d7b commit 5a1fc58Copy full SHA for 5a1fc58
package.json
@@ -1,11 +1,8 @@
1
{
2
"name": "react-chef",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"description": "Transparent React Apps",
5
"main": "index.js",
6
- "scripts": {
7
- "start": "node ./recipes/slim/index.js"
8
- },
9
"repository": {
10
"type": "git",
11
"url": "git+https://github.com/web-slate/react-chef.git"
@@ -21,7 +18,7 @@
21
18
},
22
19
"homepage": "https://github.com/web-slate/react-chef#readme",
23
20
"bin": {
24
- "react-chef": "./recipes/slim"
+ "react-chef": "./recipes/slim/index.js"
25
26
"dependencies": {
27
"chalk": "^4.1.0",
0 commit comments