1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

Bump node engine version & fix asset compression on start

This commit is contained in:
John Crepezzi
2017-07-11 21:13:33 -04:00
parent 2ee93a7409
commit c5b859ec98
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@
},
"bundledDependencies": [],
"engines": {
"node": "0.10.35",
"npm": "1.1.49"
"node": "8.1.4",
"npm": "5.2.0"
},
"bin": {
"haste-server": "./server.js"