From 28a6aab88a37e5cceef1fb16045296935f6ac53b Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Tue, 21 Feb 2023 10:01:39 -0800 Subject: [PATCH] Finalize `modules.json` format (#3488) --- stl/modules/modules.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/stl/modules/modules.json b/stl/modules/modules.json index 3944a5e61b..b2fc38fcae 100644 --- a/stl/modules/modules.json +++ b/stl/modules/modules.json @@ -2,13 +2,8 @@ "version": 1, "revision": 0, "library": "microsoft/STL", - "modules": { - "std": { - "source": "std.ixx" - }, - "std.compat": { - "source": "std.compat.ixx", - "requires": ["std"] - } - } + "module-sources": [ + "std.ixx", + "std.compat.ixx" + ] }