add server launcher to bin

This commit is contained in:
Roman Shtylman
2012-10-17 18:59:09 -04:00
parent f68b1270c7
commit ab28444802
3 changed files with 36 additions and 1 deletions

View File

@@ -18,6 +18,6 @@
"node": "*"
},
"bin": {
"lt": "./bin/lt"
"lt": "./bin/client"
}
}