From 343f9c8527ed5bafb6d7fabfe34c50eaed38ec39 Mon Sep 17 00:00:00 2001 From: Leonardo YongUk Kim Date: Tue, 26 May 2015 10:05:34 -0700 Subject: [PATCH] Add the license field on package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a2c7a38b408da4..159234e6c44308 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"