Skip to content

Commit c27cfd3

Browse files
committed
Add license and source info
Fixes facebook#4101.
1 parent eae91cc commit c27cfd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

react-native-cli/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "react-native-cli",
33
"version": "0.1.7",
4+
"license" : "BSD-3-Clause",
45
"description": "The React Native CLI tools",
56
"main": "index.js",
67
"engines": {
78
"node": ">=4"
89
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/facebook/react-native.git"
13+
},
914
"scripts": {
1015
"test": "mocha"
1116
},

0 commit comments

Comments
 (0)