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

Allow node newer than 6 to run the app

Closes #219
This commit is contained in:
Simen Bekkhus 2017-04-24 11:24:55 +02:00 committed by GitHub
parent 8be9ea2d09
commit 9665397258

View File

@ -24,7 +24,7 @@
"url": "https://github.com/unleash/unleash/issues"
},
"engines": {
"node": "6"
"node": ">=6"
},
"license": "Apache-2.0",
"main": "./lib/server-impl.js",