Skip to content

Commit

Permalink
drop the runtime/ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Feb 13, 2025
1 parent 6ac80a2 commit e0700f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ function handleUnenvAliasedPackages(
// Note: Does not apply to Node.js packages that are handled in `handleRequireCallsToNodeJSBuiltins`
if (
args.kind === "require-call" &&
(unresolvedAlias.startsWith("unenv/runtime/npm/") ||
unresolvedAlias.startsWith("unenv/runtime/mock/"))
(unresolvedAlias.startsWith("unenv/npm/") ||
unresolvedAlias.startsWith("unenv/mock/"))
) {
return {
path: args.path,
Expand Down

0 comments on commit e0700f5

Please sign in to comment.