Bumps minimum engine to 4.5 (#2733)

This commit is contained in:
Florent Vilmart
2016-09-24 13:53:31 -04:00
committed by GitHub
parent 2ec2bb5660
commit 9260e8b05f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '4.3' - '4.5'
- '6.1' - '6.1'
services: services:
- postgresql - postgresql

View File

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