Skip to content

Commit f7f17cd

Browse files
flovilmartArthur Cinader
authored andcommitted
Update package.json (#3480)
* Update package.json * Update .travis.yml
1 parent ecf422b commit f7f17cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
dist: trusty
33
node_js:
4-
- '4.5'
4+
- '4.6'
55
- '6.1'
66
services:
77
- postgresql

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"prepublish": "npm run build"
7979
},
8080
"engines": {
81-
"node": ">=4.5"
81+
"node": ">=4.6"
8282
},
8383
"bin": {
8484
"parse-server": "./bin/parse-server"

0 commit comments

Comments
 (0)