Comparing version 1.1.6 to 1.1.7
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.1.7"></a> | ||
## [1.1.7](https://github.com/npm/bin-links/compare/v1.1.6...v1.1.7) (2019-12-26) | ||
### Bug Fixes | ||
* resolve folder that is passed in ([0bbd303](https://github.com/npm/bin-links/commit/0bbd303)) | ||
<a name="1.1.6"></a> | ||
@@ -7,0 +17,0 @@ ## [1.1.6](https://github.com/npm/bin-links/compare/v1.1.5...v1.1.6) (2019-12-11) |
@@ -21,2 +21,3 @@ 'use strict' | ||
pkg = normalize(pkg) | ||
folder = path.resolve(folder) | ||
@@ -23,0 +24,0 @@ // if it's global, and folder is in {prefix}/node_modules, |
{ | ||
"name": "bin-links", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "JavaScript package binary linker", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21426
158