From bb2e040ee7fc6714b534232813d1b7224ffb269f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Mon, 28 Feb 2011 20:34:09 +0100 Subject: [PATCH] Fixed path to cleancss binary. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1