From 7e0064f0974ecdf87a55f9e99a1570f498191918 Mon Sep 17 00:00:00 2001 From: Leonardo YongUk Kim Date: Thu, 28 May 2015 11:48:58 -0700 Subject: [PATCH] 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 Test Plan: Imported from GitHub, without a `Test Plan:` line. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1f47a6d34..535d59a57 100644 --- a/package.json +++ b/package.json @@ -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"