Skip to content

Commit

Permalink
build(project): remove deprecated npmScope property of nx.json
Browse files Browse the repository at this point in the history
As of version 16.2.0 of NX the npmScope property is marked as deprecated, and starting from Nx 17 it
will be ignored completely. This PR ensures that future scaffolds of apps/libs receives the correct
scope name, a.k.a `@qwik-ui/`.
  • Loading branch information
carlkentor committed Oct 28, 2023
1 parent f494751 commit b4c9546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "qwik-ui",
"affected": {
"defaultBase": "main"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "qwik-ui-repo",
"name": "@qwik-ui/root",
"version": "0.0.0",
"description": "Qwik UI Components Monorepo",
"engines": {
Expand Down

0 comments on commit b4c9546

Please sign in to comment.