Skip to content

Commit

Permalink
Merge branch 'main' into fil/refine-sql-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil authored Jan 3, 2025
2 parents 071a546 + 6d455ac commit 7c7ffcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ export async function resolveNpmImport(root: string, specifier: string): Promise
? "dist/jquery-ui.js/+esm"
: name === "deck.gl"
? "dist.min.js/+esm"
: name === "react-dom"
? "client"
: "+esm"
} = parseNpmSpecifier(specifier);
const version = await resolveNpmVersion(root, {name, range});
Expand Down

0 comments on commit 7c7ffcf

Please sign in to comment.