Skip to content

Commit 2e80936

Browse files
committed
does disabling change anything
1 parent 5ea497e commit 2e80936

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/plugins.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ export default class Plugins {
165165
const normalizedUrl = npa(url)
166166
const matches = Object.entries(dependencies ?? {}).find(([, npmVersion]) => {
167167
const normalized = npa(npmVersion)
168-
if (normalized.type !== normalizedUrl.type) {
169-
return false
170-
}
168+
//if (normalized.type !== normalizedUrl.type) {
169+
// return false
170+
//}
171171

172172
// for local file paths
173173
if (normalized.type === 'file' && normalized.raw) {

0 commit comments

Comments
 (0)