Skip to content

Commit 54e7a00

Browse files
committed
config: add package.json changes for publishing to npm
1 parent 2660110 commit 54e7a00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "create-react-sandbox",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Create a lightweight React sandbox on your local system that runs like Create React App but without all the dependencies.",
5-
"main": "index.js",
6-
"author": "Bruce Wu",
5+
"author": "Bruce Wu <[email protected]>",
76
"license": "ISC",
87
"bin": {
98
"create-react-sandbox": "bin/index.js"
10-
}
9+
},
10+
"keywords": ["react", "create-react-app", "sandbox", "boilerplate"],
11+
"homepage": "https://github.com/bruce-x-wu/create-react-sandbox"
1112
}

0 commit comments

Comments
 (0)