1
0
Fork 0

package.json: Add missing bin record for server

Gah.  I modified package.json instead of package.json.in and never
noticed!

* package.json (bin): Add `liza-server' binary.
master
Mike Gerwitz 2017-09-01 15:32:38 -04:00
parent 5ddd2644f0
commit 9cdc1088ca
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
"node": ">0.0.0"
},
"bin": {
"liza-server": "bin/server"
},
"dependencies": {
"easejs": "0.2.x",
"mongodb": "1.2.8"