Skip to content

Commit 6c25d7e

Browse files
committed
why
1 parent ff947e8 commit 6c25d7e

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
@@ -166,9 +166,9 @@ export default class Plugins {
166166
const normalizedUrl = npa(url)
167167
const matches = Object.entries(dependencies ?? {}).find(([, npmVersion]) => {
168168
const normalized = npa(npmVersion)
169-
if (normalized.type !== normalizedUrl.type) {
170-
return false
171-
}
169+
// if (normalized.type !== normalizedUrl.type) {
170+
// return false
171+
// }
172172

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

0 commit comments

Comments
 (0)