0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-13 09:16:03 -05:00
denoland-deno/tests/specs/update/external_import_map/deno.json
Nathan Whitaker d373e2fb93 fix(outdated): support updating dependencies in external import maps (#27339)
Fixes #27331.

The support for it was already in `outdated`, but forgot to wire up the
updating part

Needs #27337
2025-01-09 15:19:08 -05:00

3 lines
37 B
JSON

{
"importMap": "import_map.json"
}