diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-26 09:17:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-26 09:17:48 -0400 |
| commit | f583a7ebf4f7c4ef21061fba802f80fd2d5299e7 (patch) | |
| tree | 932cbbd35ee2787e62150238ab6aa391708a1086 /cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json | |
| parent | f35900eb5b44869626e9e4f3fbc6d0fe268d2b56 (diff) | |
chore(npm): add test for esm npm binary package (#15609)
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json')
| -rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 new file mode 100644 index 000000000..ecd0d24a7 --- /dev/null +++ b/cli/tests/testdata/npm/registry/@denotest/esm-bin/1.0.0/package.json @@ -0,0 +1,5 @@ +{ + "name": "@deno/esm-bin", + "version": "1.0.0", + "bin": "./cli.mjs" +} |
