Skip to content

Commit 2cc0cc5

Browse files
committed
update package.json
1 parent a7bf69f commit 2cc0cc5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native",
3-
"version": "0.0.2",
4-
"description": "Build native apps with React!",
3+
"version": "0.1.0",
4+
"description": "A framework for building native apps using React",
55
"repository": {
66
"type": "git",
77
"url": "git@github.com:facebook/react-native.git"
@@ -29,7 +29,8 @@
2929
"cli.js",
3030
"init.sh",
3131
"LICENSE",
32-
"PATENTS"
32+
"PATENTS",
33+
"README.md"
3334
],
3435
"scripts": {
3536
"test": "jest",

0 commit comments

Comments
 (0)