express dropped support for node 0.8; update engine requirements

This commit is contained in:
Tom Hunkapiller 2015-04-07 21:00:44 -05:00
parent d0b39c01fb
commit 63cbab484d
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
NODE_VERSION="0.8.4"
NODE_VERSION="0.10.38"
#Move to the folder where ep-lite is installed
cd `dirname $0`