From 8ca7fc6323e65ca97749cbfddbcff0981c020b47 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Sun, 24 May 2015 18:37:14 -0700 Subject: [PATCH] Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ed5bb4..4cab05a 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,7 @@ "bugs": { "url": "https://github.com/regexps/copyright-regex/issues" }, - "license": { - "type": "MIT", - "url": "https://github.com/regexps/copyright-regex/blob/master/LICENSE" - }, + "license": "MIT", "files": [ "index.js" ], @@ -41,4 +38,4 @@ "regular", "year" ] -} \ No newline at end of file +}