diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-14 16:41:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-14 10:41:47 -0400 |
| commit | 7b982829930bfcfbb70d0bb377f90939d122efed (patch) | |
| tree | 01c49fa78d8dbadbce770bb4be60899d2f0349eb /cli/tests/testdata/npm/registry/@denotest/esm-bin | |
| parent | 6a9acc81420a5e87e61de48b25af85d961e35730 (diff) | |
fix(npm): binary entrypoint for .js or no extension (#15900)
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/esm-bin')
| -rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/cli.mjs | 5 | ||||
| -rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/cli.mjs b/cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/cli.mjs deleted file mode 100644 index 0ae8e9190..000000000 --- a/cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/cli.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import process from "node:process"; - -for (const arg of process.argv.slice(2)) { - console.log(arg); -} diff --git a/cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json deleted file mode 100644 index ecd0d24a7..000000000 --- a/cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@deno/esm-bin", - "version": "1.0.0", - "bin": "./cli.mjs" -} |
