Add the license field on package.json

Summary:
Add the license field on package.json
Closes https://github.com/facebook/react-native/pull/1409
Github Author: Leonardo YongUk Kim <dalinaum@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
Leonardo YongUk Kim 2015-05-28 11:48:58 -07:00
parent 3c1eaf7a6e
commit 7e0064f097
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "react-native",
"version": "0.4.4",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git"