From: tssajo Date: Tue, 20 May 2014 15:20:42 +0000 (+0200) Subject: Important change in package.json file to make CLI usable when html-minifier is instal... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4b557821543670351c0ad1dc9f2d61f3e6a3a7ab;p=html-minifier.git Important change in package.json file to make CLI usable when html-minifier is installed via NPM --- diff --git a/package.json b/package.json index 7f103d6..9780736 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "dependencies": { "clean-css": "2.1.x", "uglify-js": "2.4.x", - "cli": "~0.6.2", - "change-case": "~2.1.1" + "cli": "0.6.x", + "change-case": "2.1.x" }, "devDependencies": { "grunt": "0.4.x", @@ -58,6 +58,8 @@ }, "files": [ "dist", + "cli.js", + "sample-cli-config-file.conf", "CHANGELOG.md", "LICENSE" ],