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:
parent
3c1eaf7a6e
commit
7e0064f097
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue