1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/install/future_install_local_add_npm/package.json.out
David Sherret c5449d71da
fix(install): support installing npm package with alias (#26246)
Just tried this out today and it wasn't properly implemented in
https://github.com/denoland/deno/pull/24156
2024-10-14 19:35:52 +00:00

5 lines
64 B
Text

{
"dependencies": {
"@denotest/esm-basic": "^1.0.0"
}
}