From f9a8762a936dc2648211ef84f7da412d0f37b0ee Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Tue, 19 Dec 2017 13:26:24 +0000 Subject: [PATCH] Update license field in package.json to match LICENSE file MIT instead of ISC --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed3fbd5..f0cfd70 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-native" ], "author": "", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/fuyaode/react-native-app-intro/issues" },