diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-14 15:35:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 19:35:52 +0000 |
| commit | c5449d71da2d623e866d733b6db180a6f94ff7c6 (patch) | |
| tree | 91f27329054b33b7524618cb57a484faa74ba82e /tests/specs/install/install_deprecated_package | |
| parent | f3530c858f873b0f4561a52fa92ddd1d099612b3 (diff) | |
fix(install): support installing npm package with alias (#26246)
Just tried this out today and it wasn't properly implemented in
https://github.com/denoland/deno/pull/24156
Diffstat (limited to 'tests/specs/install/install_deprecated_package')
| -rw-r--r-- | tests/specs/install/install_deprecated_package/package.json.out | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/specs/install/install_deprecated_package/package.json.out b/tests/specs/install/install_deprecated_package/package.json.out index 4b4b08087..0cf36cd24 100644 --- a/tests/specs/install/install_deprecated_package/package.json.out +++ b/tests/specs/install/install_deprecated_package/package.json.out @@ -1,3 +1,5 @@ { - "dependencies": { "@denotest/deprecated-package": "^1.0.0" } + "dependencies": { + "@denotest/deprecated-package": "^1.0.0" + } } |
