Merge pull request #347 from ParsePlatform/node-update

Force node 4.3
This commit is contained in:
Drew
2016-02-10 16:36:59 -08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -3,8 +3,7 @@ branches:
- master
language: node_js
node_js:
- "4.1"
- "4.2"
- "4.3"
env:
- MONGODB_VERSION=2.6.11
- MONGODB_VERSION=3.0.8

View File

@@ -45,7 +45,7 @@
"prepublish": "npm run build"
},
"engines": {
"node": ">=4.1"
"node": ">=4.3"
},
"bin": {
"parse-server": "./bin/parse-server"