1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix main script

This commit is contained in:
ivaosthu 2016-12-27 11:29:00 +01:00 committed by Ivar Conradi Østhus
parent 88477f0992
commit 1f38468b9c

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"
},