diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-30 17:58:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 21:58:24 +0000 |
| commit | f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 (patch) | |
| tree | d3ca7e1163550cc7fee6d523269d6a3636218da0 /tests/specs/npm/local_dir_no_duplicate_resolution | |
| parent | 55137c9db4ed7226a6a68256c3cb9fdad7ad7c83 (diff) | |
refactor: remove DENO_FUTURE (#25314)
Diffstat (limited to 'tests/specs/npm/local_dir_no_duplicate_resolution')
| -rw-r--r-- | tests/specs/npm/local_dir_no_duplicate_resolution/deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/local_dir_no_duplicate_resolution/deno.json b/tests/specs/npm/local_dir_no_duplicate_resolution/deno.json index 7a51e3d29..fe867fcc8 100644 --- a/tests/specs/npm/local_dir_no_duplicate_resolution/deno.json +++ b/tests/specs/npm/local_dir_no_duplicate_resolution/deno.json @@ -1,5 +1,5 @@ { - "nodeModules": "local-auto", + "nodeModulesDir": "auto", "imports": { "preact": "npm:preact", "preact-render-to-string": "npm:preact-render-to-string" |
