From cd3bcca0f3d8f27dc9cb6f28bcb9796d00fc0045 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 20 May 2015 16:04:13 -0700 Subject: [PATCH] Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index a3f29a6..d3eab28 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,7 @@ "Hugo Wetterberg ", "Zoltan Frombach " ], - "license": { - "type": "MIT", - "url": "https://github.com/kangax/html-minifier/blob/gh-pages/LICENSE" - }, + "license": "MIT", "bin": "./cli.js", "repository": { "type": "git", -- 2.34.1