From 77383a3454c2a719a054078aef67b47ac7b0a58f Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Tue, 19 Dec 2017 13:24:49 +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 2cdafd6..3059eb5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "keywords": [], "author": "Ward R. Bell", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/wardbell/a2-in-memory-web-api/issues" },