Skip to content

Commit 6f382f1

Browse files
authored
Merge pull request #53 from parse-server-modules/bump-4.6
Update package.json
2 parents f3db29d + c1df971 commit 6f382f1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '4.3'
3+
- '4.6'
44
after_success: "./node_modules/.bin/codecov"
55
deploy:
66
provider: npm

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"node-gcm": "^0.14.0",
3737
"npmlog": "^2.0.3",
3838
"parse": "^1.8.1"
39+
},
40+
"engines": {
41+
"node": ">= 4.6.0"
3942
}
4043
}

0 commit comments

Comments
 (0)