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/add/jsr_prefers_deno_json/deno.json.out
Nathan Whitaker 797405fc61
fix(add): create deno.json when running deno add jsr:<pkg> (#26275)
Fixes https://github.com/denoland/deno/issues/26119.

Originally I wanted to put them in package.json if there's no deno.json,
but on second thought it makes more sense to just create a deno.json
2024-10-15 16:38:42 +00:00

5 lines
71 B
Text

{
"imports": {
"@denotest/add": "jsr:@denotest/add@^1.0.0"
}
}