added etherpad-lite to "bin" in package.json

This commit is contained in:
Matthias Bartelmeß 2012-04-20 17:00:32 +02:00
parent 9691f02765
commit 6fc45d6252
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
"semver" : "1.0.13",
"underscore" : "1.3.1"
},
"bin": { "etherpad-lite": "./node/server.js" },
"devDependencies": {
"jshint" : "*"
},