diff --git a/.travis.yml b/.travis.yml index 4fe41ede..a97dd6ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/package.json b/package.json index d25c0487..09dd586f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "url": "https://github.com/feathersjs/feathers-mongoose/issues" }, "engines": { - "node": ">=0.12.0" + "node": ">= 4" }, "scripts": { "prepublish": "npm run compile",