Fixed path to cleancss binary.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Mon, 28 Feb 2011 19:34:09 +0000 (20:34 +0100)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Mon, 28 Feb 2011 19:34:09 +0000 (20:34 +0100)
package.json

index 4440d44..5b303fb 100644 (file)
@@ -11,6 +11,6 @@
   "version": "0.1.0",
   "main": "index.js",
   "bin": {
-    "purifycss": "./bin/cleancss"
+    "cleancss": "./bin/cleancss"
   }
 }
\ No newline at end of file