From 6642f9d505ff6686bfffc48cbfd96e25b205bd95 Mon Sep 17 00:00:00 2001 From: Gabe Stocco Date: Thu, 28 Mar 2019 15:45:50 -0700 Subject: [PATCH] Correct license information in package.json to match license file included with source. --- ElectronNET.Host/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronNET.Host/package.json b/ElectronNET.Host/package.json index 7eba856..6a5d5f3 100644 --- a/ElectronNET.Host/package.json +++ b/ElectronNET.Host/package.json @@ -4,7 +4,7 @@ "description": "", "main": "main.js", "author": "Gregor Biswanger", - "license": "ISC", + "license": "MIT", "scripts": { "start": "tsc -p ." },