Skip to content

Commit c6f4d45

Browse files
committed
why
1 parent 6c25d7e commit c6f4d45

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)