mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 21:35:31 -05:00
186b52731c
The issue was this package had an import like: `".//index.js"` and we resolved that as specified, but node normalizes it to `"./index.js"` so we have to copy node.
6 lines
No EOL
111 B
JSON
6 lines
No EOL
111 B
JSON
{
|
|
"name": "@denotest/specifier-two-slashes",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js"
|
|
} |