diff --git a/.travis.yml b/.travis.yml index 6126eb9..615c4c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ os: osx language: node_js node_js: - - "4" - "6" + - "8" script: - "npm run test-coverage" diff --git a/package.json b/package.json index e702fcf..40f86d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-client-binaries", - "version": "1.6.3", + "version": "1.6.4", "description": "Download Ethereum client binaries for your OS", "main": "src/index.js", "scripts": { @@ -35,7 +35,7 @@ "lodash.values": "^4.3.0", "mkdirp": "^0.5.1", "tmp": "0.0.29", - "node-unzip-2": "^0.2.1" + "unzip": "github:glebdmitriew/node-unzip-2" }, "devDependencies": { "bluebird": "^3.4.6", diff --git a/src/index.js b/src/index.js index a5a996e..6b62b2b 100644 --- a/src/index.js +++ b/src/index.js @@ -6,7 +6,7 @@ const got = require('got'), path = require('path'), tmp = require('tmp'), mkdirp = require('mkdirp'), - unzip = require('node-unzip-2'), + unzip = require('unzip'), spawn = require('buffered-spawn'); const _ = {