Skip to content

Commit 5a1fc58

Browse files
committed
tech(base): update package.json
1 parent 5cf8d7b commit 5a1fc58

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "react-chef",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Transparent React Apps",
55
"main": "index.js",
6-
"scripts": {
7-
"start": "node ./recipes/slim/index.js"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/web-slate/react-chef.git"
@@ -21,7 +18,7 @@
2118
},
2219
"homepage": "https://github.com/web-slate/react-chef#readme",
2320
"bin": {
24-
"react-chef": "./recipes/slim"
21+
"react-chef": "./recipes/slim/index.js"
2522
},
2623
"dependencies": {
2724
"chalk": "^4.1.0",

0 commit comments

Comments
 (0)