Skip to content

Commit 32ecac5

Browse files
committed
AAAAAH
1 parent 2e80936 commit 32ecac5

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)