Updated engine requirement because connect-mongo package

This commit is contained in:
Cheng-Han, Wu 2016-02-07 21:56:54 -06:00
parent 740fde75d3
commit 7305984676
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Browsers Requirement
Prerequisite Prerequisite
--- ---
- Node.js 0.10.x or up (test up to 5.2.0) - Node.js 4.x or up (test up to 5.2.0)
- PostgreSQL 9.3.x or 9.4.x - PostgreSQL 9.3.x or 9.4.x
- MongoDB 3.0.x - MongoDB 3.0.x
- npm and bower - npm and bower

View file

@ -52,6 +52,6 @@
"reveal.js": "3.2.0" "reveal.js": "3.2.0"
}, },
"engines": { "engines": {
"node": "0.10.x" "node": ">=4.x"
} }
} }