diff --git a/index.js b/index.js index 1aba001..faf654a 100644 --- a/index.js +++ b/index.js @@ -5,8 +5,8 @@ const url = require('url'); const pify = require('pify'); const importLazy = require('import-lazy')(require); -const binCheck = importLazy('bin-check'); -const binVersionCheck = importLazy('bin-version-check'); +const binCheck = importLazy('binary-check'); +const binVersionCheck = importLazy('binary-version-check'); const download = importLazy('download'); const osFilterObj = importLazy('os-filter-obj'); diff --git a/package.json b/package.json index e49e305..cde3adf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bin-wrapper", - "version": "4.1.0", + "version": "4.1.1", "description": "Binary wrapper that makes your programs seamlessly available as local dependencies", "license": "MIT", "repository": "kevva/bin-wrapper", @@ -25,8 +25,8 @@ "wrapper" ], "dependencies": { - "bin-check": "^4.1.0", - "bin-version-check": "^4.0.0", + "binary-version": "^7.1.0", + "binary-version-check": "^6.1.0", "download": "^7.1.0", "import-lazy": "^3.1.0", "os-filter-obj": "^2.0.0",