diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-26 15:57:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 15:57:12 -0400 |
commit | 7cccb7422bb9be7a2e87d71ca59c8dabd32c07ec (patch) | |
tree | 2e3564ef57220db130dca41dfd92f72ac5bb5dd6 /tests/specs/info/json_file/json_output | |
parent | 543c687c3474233d674ba9938c40c9a33fab61e8 (diff) |
fix(info): move "version" field to top of json output (#25890)
Diffstat (limited to 'tests/specs/info/json_file/json_output')
-rw-r--r-- | tests/specs/info/json_file/json_output/main.out | 2 |
1 files changed, 1 insertions, 1 deletions
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": {} } |