From: Peter deHaan Date: Wed, 20 May 2015 23:04:13 +0000 (-0700) Subject: Update license attribute X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cd3bcca0f3d8f27dc9cb6f28bcb9796d00fc0045;p=html-minifier.git Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- 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",