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/npm/info_peer_deps_json | |
| parent | 543c687c3474233d674ba9938c40c9a33fab61e8 (diff) | |
fix(info): move "version" field to top of json output (#25890)
Diffstat (limited to 'tests/specs/npm/info_peer_deps_json')
| -rw-r--r-- | tests/specs/npm/info_peer_deps_json/peer_deps_with_copied_folders/main_info_json.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/info_peer_deps_json/peer_deps_with_copied_folders/main_info_json.out b/tests/specs/npm/info_peer_deps_json/peer_deps_with_copied_folders/main_info_json.out index 1a5f07c97..46cc35c65 100644 --- a/tests/specs/npm/info_peer_deps_json/peer_deps_with_copied_folders/main_info_json.out +++ b/tests/specs/npm/info_peer_deps_json/peer_deps_with_copied_folders/main_info_json.out @@ -1,4 +1,5 @@ { + "version": 1, "roots": [ "[WILDCARD]/peer_deps_with_copied_folders/main.ts" ], @@ -51,7 +52,6 @@ "npm:@denotest/peer-dep-test-child@1": "npm:/@denotest/peer-dep-test-child@1.0.0", "npm:@denotest/peer-dep-test-child@2": "npm:/@denotest/peer-dep-test-child@2.0.0" }, - "version": 1, "npmPackages": { "@denotest/peer-dep-test-child@1.0.0_@denotest+peer-dep-test-peer@1.0.0": { "name": "@denotest/peer-dep-test-child", |
