From d24fa91ffd0caaa4817a319792bd1af6e3dad81d Mon Sep 17 00:00:00 2001 From: cloudhead Date: Thu, 20 May 2010 22:07:54 -0400 Subject: [PATCH] (dist) added bin to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3f82009b..8733a643 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "author" : "Alexis Sellier ", "contributors" : [], "version" : "1.0.7", + "bin" : { "lessc": "./bin/lessc" }, "main" : "./lib/less", "directories" : { "lib": "./lib", "test": "./test" }, "engines" : { "node": ">=0.1.93" }