From f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 30 Aug 2024 17:58:24 -0400 Subject: refactor: remove DENO_FUTURE (#25314) --- tests/specs/publish/package_json/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/specs/publish') diff --git a/tests/specs/publish/package_json/deno.json b/tests/specs/publish/package_json/deno.json index 00e8db5a8..949be1f27 100644 --- a/tests/specs/publish/package_json/deno.json +++ b/tests/specs/publish/package_json/deno.json @@ -4,5 +4,5 @@ "exports": { ".": "./mod.ts" }, - "nodeModules": "global-auto" + "nodeModulesDir": "none" } -- cgit v1.2.3