From: Jakub Pawlowicz Date: Mon, 28 Feb 2011 19:34:09 +0000 (+0100) Subject: Fixed path to cleancss binary. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bb2e040ee7fc6714b534232813d1b7224ffb269f;p=clean-css.git Fixed path to cleancss binary. --- diff --git a/package.json b/package.json index 4440d44d..5b303fbd 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "version": "0.1.0", "main": "index.js", "bin": { - "purifycss": "./bin/cleancss" + "cleancss": "./bin/cleancss" } } \ No newline at end of file