From 27cac390064144548a5d1dc293460ea1c2e4fb4a Mon Sep 17 00:00:00 2001 From: kangax Date: Fri, 5 Aug 2011 18:44:15 -0400 Subject: [PATCH] Fix version and description in package.json, update urls to point to original repo. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.34.1