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 - master
language: node_js language: node_js
node_js: node_js:
- "4.1" - "4.3"
- "4.2"
env: env:
- MONGODB_VERSION=2.6.11 - MONGODB_VERSION=2.6.11
- MONGODB_VERSION=3.0.8 - MONGODB_VERSION=3.0.8

View File

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