(dist) added bin to package.json

This commit is contained in:
cloudhead 2010-05-20 22:07:54 -04:00
parent eb379d34f7
commit 1950c8d0f7

View File

@ -6,6 +6,7 @@
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "1.0.7",
"bin" : { "lessc": "./bin/lessc" },
"main" : "./lib/less",
"directories" : { "lib": "./lib", "test": "./test" },
"engines" : { "node": ">=0.1.93" }