We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec2bb5 commit 9260e8bCopy full SHA for 9260e8b
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
-- '4.3'
+- '4.5'
4
- '6.1'
5
services:
6
- postgresql
package.json
@@ -73,7 +73,7 @@
73
"prepublish": "npm run build"
74
},
75
"engines": {
76
- "node": ">=4.3"
+ "node": ">=4.5"
77
78
"bin": {
79
"parse-server": "./bin/parse-server"
0 commit comments