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 a7bf69f commit 2cc0cc5Copy full SHA for 2cc0cc5
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native",
3
- "version": "0.0.2",
4
- "description": "Build native apps with React!",
+ "version": "0.1.0",
+ "description": "A framework for building native apps using React",
5
"repository": {
6
"type": "git",
7
"url": "git@github.com:facebook/react-native.git"
@@ -29,7 +29,8 @@
29
"cli.js",
30
"init.sh",
31
"LICENSE",
32
- "PATENTS"
+ "PATENTS",
33
+ "README.md"
34
],
35
"scripts": {
36
"test": "jest",
0 commit comments