Skip to content

Commit

Permalink
Merge pull request #53 from parse-server-modules/bump-4.6
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
natanrolnik authored Feb 6, 2017
2 parents f3db29d + c1df971 commit 6f382f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '4.3'
- '4.6'
after_success: "./node_modules/.bin/codecov"
deploy:
provider: npm
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"node-gcm": "^0.14.0",
"npmlog": "^2.0.3",
"parse": "^1.8.1"
},
"engines": {
"node": ">= 4.6.0"
}
}

0 comments on commit 6f382f1

Please sign in to comment.