bin-wrapper
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -146,3 +146,3 @@ 'use strict'; | ||
if (isbin(this.bin)) { | ||
if (!which.sync(self.bin).indexOf('node_modules/.bin')) { | ||
if (which.sync(self.bin).indexOf('node_modules/.bin') === -1) { | ||
return which.sync(self.bin); | ||
@@ -149,0 +149,0 @@ } |
{ | ||
"name": "bin-wrapper", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Binary wrapper for Node.js 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
7479