Skip to content

Commit

Permalink
Merge pull request #146 from feathersjs/node-4
Browse files Browse the repository at this point in the history
Node 4+
  • Loading branch information
corymsmith authored Nov 8, 2016
2 parents b0bbe71 + e661b7a commit cef8d77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ node_js:
- 'node'
- '6'
- '4'
- 'iojs' #end of life Jan. 2017
- '0.12' #end of life Jan. 2017
- '0.10' #end of life Jan. 2017
addons:
code_climate:
repo_token: '02e23483b0d3f6c53015dd08512fcfee126ffee8f03e5ebe8a6b4d8bb5b8cf31'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/feathersjs/feathers-mongoose/issues"
},
"engines": {
"node": ">=0.12.0"
"node": ">= 4"
},
"scripts": {
"prepublish": "npm run compile",
Expand Down

0 comments on commit cef8d77

Please sign in to comment.