From 7cccb7422bb9be7a2e87d71ca59c8dabd32c07ec Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 26 Sep 2024 15:57:12 -0400 Subject: fix(info): move "version" field to top of json output (#25890) --- tests/specs/info/json_file/json_output/main.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/specs/info/json_file/json_output') diff --git a/tests/specs/info/json_file/json_output/main.out b/tests/specs/info/json_file/json_output/main.out index d4c2f234d..bc8f4d0f8 100644 --- a/tests/specs/info/json_file/json_output/main.out +++ b/tests/specs/info/json_file/json_output/main.out @@ -1,4 +1,5 @@ { + "version": 1, "roots": [ "file://[WILDCARD]/json_output/main.ts" ], @@ -87,6 +88,5 @@ } ], "redirects": {}, - "version": 1, "npmPackages": {} } -- cgit v1.2.3