diff --git a/.travis.yml b/.travis.yml index 05abe20d..bb6263e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ cache: sudo: false services: mongodb node_js: + - "7" - "6" - "5" - "4" diff --git a/index.js b/index.js index abf63bc7..cc54ac36 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,4 @@ module.exports = function (config) { return server; }; - - module.exports.attach = require('./lib/attach'); diff --git a/package.json b/package.json index 9789bb26..8355427b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git://github.com/deployd/deployd.git" }, "engines": { - "node": ">= 0.10.0" + "node": ">= 0.12.0" }, "main": "index", "dependencies": {