We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e80936 commit 32ecac5Copy full SHA for 32ecac5
1 file changed
src/plugins.ts
@@ -165,9 +165,9 @@ export default class Plugins {
165
const normalizedUrl = npa(url)
166
const matches = Object.entries(dependencies ?? {}).find(([, npmVersion]) => {
167
const normalized = npa(npmVersion)
168
- //if (normalized.type !== normalizedUrl.type) {
169
- // return false
170
- //}
+ // if (normalized.type !== normalizedUrl.type) {
+ // return false
+ // }
171
172
// for local file paths
173
if (normalized.type === 'file' && normalized.raw) {
0 commit comments