1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-19 00:15:43 +01:00

fix main script

This commit is contained in:
ivaosthu 2016-12-27 11:29:00 +01:00
parent 34aca7989a
commit 78f7b41c62

View File

@ -27,7 +27,7 @@
"node": "6"
},
"license": "Apache-2.0",
"main": "./server.js",
"main": "./lib/server-impl.js",
"bin": {
"unleash": "./bin/unleash.js"
},