From 4ca166127076decff45582441147dff267c39053 Mon Sep 17 00:00:00 2001 From: trueberryless <99918022+trueberryless@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:28:49 +0000 Subject: [PATCH] [ci] sort repos.json files --- repos.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/repos.json b/repos.json index c6cf723..4dbff26 100644 --- a/repos.json +++ b/repos.json @@ -1003,11 +1003,6 @@ "targetPath": "package.json", "special": "package.json" }, - { - "path": "template-files/README.md", - "targetPath": "README.md", - "special": "README.md" - }, { "path": "template-files/pnpm-workspace.yaml", "targetPath": "pnpm-workspace.yaml", @@ -1015,6 +1010,11 @@ "documentationFolder": "starlight" } }, + { + "path": "template-files/README.md", + "targetPath": "README.md", + "special": "README.md" + }, { "path": "template-files/README.md", "targetPath": "README.md", @@ -1155,17 +1155,17 @@ "targetPath": "package.json", "special": "package.json" }, - { - "path": "template-files/README.md", - "targetPath": "README.md", - "special": "README.md" - }, { "path": "template-files/pnpm-workspace.yaml", "targetPath": "pnpm-workspace.yaml", "props": { "documentationFolder": "starlight" } + }, + { + "path": "template-files/README.md", + "targetPath": "README.md", + "special": "README.md" } ] }