Bumps minimum engine to 4.5 (#2733)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user