From 622c3be598adff677d65e3dd18e87fab7862a379 Mon Sep 17 00:00:00 2001 From: Sam Holmes Date: Fri, 26 Feb 2016 14:01:53 +0000 Subject: [PATCH] Update license to use valid SPDX expression --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 67af7df..051dc8f 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,7 @@ "bugs": { "url": "https://github.com/jonschlinkert/parse-git-config/issues" }, - "license": { - "type": "MIT", - "url": "https://github.com/jonschlinkert/parse-git-config/blob/master/LICENSE" - }, + "license": "MIT", "files": [ "index.js" ],