From ed1feef5b006d8ef25a23feea5e6be32a00ce3be Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Tue, 19 Dec 2017 13:30:50 +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 4e9b78e..dc53efa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/ashaffer/gulp-inline.git" }, "author": "ashaffer", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/ashaffer/gulp-inline/issues" },