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" } ] }