From acbd30295ca1ac4b1ed6df874e04f4b9f2d717dd Mon Sep 17 00:00:00 2001 From: Dan Maas Date: Thu, 27 Sep 2018 14:58:31 -0400 Subject: [PATCH] add license to package.json (#935) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5373d5181..221a64f20 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,6 @@ "scripts": { "prepare": "rm -rf android/build Example/android/build Example/android/app/build node_modules" }, - "types": "./index.d.ts" + "types": "./index.d.ts", + "license": "MIT" }