@pnpm/package-bins
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -39,3 +39,3 @@ "use strict"; | ||
{ | ||
name: pkgName, | ||
name: pkgName.startsWith('@') ? pkgName.substr(pkgName.indexOf('/') + 1) : pkgName, | ||
path: path.join(pkgPath, bin), | ||
@@ -42,0 +42,0 @@ }, |
{ | ||
"name": "@pnpm/package-bins", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Returns bins of a package", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=8.15" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
6740