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 ecf422b commit f7f17cdCopy full SHA for f7f17cd
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
dist: trusty
3
node_js:
4
-- '4.5'
+- '4.6'
5
- '6.1'
6
services:
7
- postgresql
package.json
@@ -78,7 +78,7 @@
78
"prepublish": "npm run build"
79
},
80
"engines": {
81
- "node": ">=4.5"
+ "node": ">=4.6"
82
83
"bin": {
84
"parse-server": "./bin/parse-server"
0 commit comments