@pnpm/render-peer-issues
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -52,3 +52,3 @@ "use strict"; | ||
function formatNameAndRange(name, range) { | ||
if (range.includes(' ')) { | ||
if (range.includes(' ') || range === '*') { | ||
return `${name}@"${range}"`; | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "@pnpm/render-peer-issues", | ||
"description": "Visualizes peer dependency issues", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"bugs": { | ||
@@ -39,3 +39,4 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
} | ||
}, | ||
"readme": "# @pnpm/render-peer-issues\n\n> Visualizes peer dependency issues\n\n## Installation\n\n```\npnpm add @pnpm/render-peer-issues\n```\n\n## License\n\n[MIT](LICENSE)\n" | ||
} |
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
9913