Skip to content

Commit

Permalink
feat(presets): rename nrwl to nx (#33294)
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh authored Dec 29, 2024
1 parent 415f5cb commit 9b6c4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/config/presets/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const renamedMonorepos: Record<string, string> = {
Steeltoe: 'steeltoe',
stryker: 'stryker-js',
Swashbuckle: 'swashbuckle-aspnetcore',
nrwl: 'nx',
};

for (const [from, to] of Object.entries(renamedMonorepos)) {
Expand Down
2 changes: 1 addition & 1 deletion lib/data/monorepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
"hapijs": "https://github.com/hapijs/",
"lodash": "https://github.com/lodash/",
"ngrx": "https://github.com/ngrx/",
"nrwl": "https://github.com/nrwl/",
"nx": "https://github.com/nrwl/nx",
"octokit": "https://github.com/octokit/",
"semantic-release": "https://github.com/semantic-release/",
"swc": "https://github.com/swc-project/"
Expand Down

0 comments on commit 9b6c4f8

Please sign in to comment.