bin-wrapper
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -33,3 +33,3 @@ 'use strict'; | ||
if (process.platform === 'win32' && path.extname === '') { | ||
if (process.platform === 'win32' && path.extname(this.bin) === '') { | ||
this.bin = this.bin + '.exe'; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "bin-wrapper", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"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
9982