From: kangax Date: Fri, 5 Aug 2011 22:44:15 +0000 (-0400) Subject: Fix version and description in package.json, update urls to point to original repo. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=27cac390064144548a5d1dc293460ea1c2e4fb4a;p=html-minifier.git Fix version and description in package.json, update urls to point to original repo. --- diff --git a/package.json b/package.json index 2da4449..0a74090 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "html-minifier", - "version": "0.43", - "description": "HTMLMinifier is a Javascript-based HTML minifier with lint-like capabilities.", + "version": "0.4.3", + "description": "HTML minifier with lint-like capabilities.", "keywords": ["html", "minifier", "lint"], "maintainers": [{ "name": "Juriy Zaytsev", @@ -18,11 +18,11 @@ }], "licenses": [{ "type": "MIT", - "url": "https://github.com/hugowetterberg/html-minifier/blob/gh-pages/src/license.txt" + "url": "https://github.com/kangax/html-minifier/blob/gh-pages/src/license.txt" }], "repositories": [{ "type": "git", - "url": "git://github.com/hugowetterberg/html-minifier.git" + "url": "git://github.com/kangax/html-minifier.git" }], "engines": { "node": ">=0.4.8"