1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json
Elian Cordoba 0223ad72a9
fix(npm): improve error message on directory import in npm package (#19538)
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2023-07-14 16:47:18 +00:00

6 lines
102 B
JSON

{
"name": "@denotest/sub-folders",
"version": "1.0.0",
"type": "module",
"main": "main.mjs"
}