diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-08-26 23:39:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-26 23:39:05 +0900 |
| commit | 9b324b1cf4a8ee4159abb041e72a8885a28e92a3 (patch) | |
| tree | 37cd36144b77915b17975719fdaa1862ff8e0bcb /cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0 | |
| parent | f583a7ebf4f7c4ef21061fba802f80fd2d5299e7 (diff) | |
fix(ext/node): fix global in node env (#15622)
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0')
| -rw-r--r-- | cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/package.json index b151deaf6..1048fe76d 100644 --- a/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/package.json +++ b/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/package.json @@ -1,4 +1,4 @@ { - "name": "@deno/cjs-local-global-decls", + "name": "@denotest/cjs-local-global-decls", "version": "1.0.0" } |
