mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 10:07:54 -05:00
e30ad77ffa
Implemented in https://github.com/denoland/deno_config/pull/74 Closes https://github.com/denoland/deno/issues/24420
7 lines
90 B
JSON
7 lines
90 B
JSON
{
|
|
"name": "@denotest/a",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": "./mod.ts"
|
|
}
|
|
}
|