mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
797405fc61
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
5 lines
71 B
Text
5 lines
71 B
Text
{
|
|
"imports": {
|
|
"@denotest/add": "jsr:@denotest/add@^1.0.0"
|
|
}
|
|
}
|