We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea497e commit 2e80936Copy full SHA for 2e80936
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