Skip to content

Commit

Permalink
Merge pull request #32 from trueberryless-org/ci-sort-repo-files
Browse files Browse the repository at this point in the history
[ci] sort repos.json files
  • Loading branch information
trueberryless authored Nov 25, 2024
2 parents 7311a0f + 4ca1661 commit 785cff3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -1003,18 +1003,18 @@
"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"
},
{
"path": "template-files/README.md",
"targetPath": "README.md",
Expand Down Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 785cff3

Please sign in to comment.