bin-wrapper
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -58,3 +58,2 @@ 'use strict'; | ||
BinWrapper.prototype.check = function (cmd) { | ||
var download = require('download'); | ||
var file = this._parse(this.files); | ||
@@ -74,3 +73,3 @@ var global = this._find(this.bin); | ||
download(dl, this.dest, { | ||
this._download(dl, this.dest, { | ||
mode: '0755' | ||
@@ -77,0 +76,0 @@ }).on('close', function () { |
{ | ||
"name": "bin-wrapper", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9972
246