Important change in package.json file to make CLI usable when html-minifier is instal...
authortssajo <tssajo@gmail.com>
Tue, 20 May 2014 15:20:42 +0000 (17:20 +0200)
committertssajo <tssajo@gmail.com>
Tue, 20 May 2014 15:46:06 +0000 (17:46 +0200)
package.json

index 7f103d6..9780736 100644 (file)
@@ -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"
   ],