Skip to content

Commit

Permalink
chore: fix the allowed scope
Browse files Browse the repository at this point in the history
Packages in this repository will be published using the
`@nl-design-system` scope
  • Loading branch information
matijs authored and Robbert committed Oct 31, 2024
1 parent 152894b commit 51eadca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion npmpackagejsonlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
'no-tilde-version-devDependencies': 'error',
'require-repository-directory': 'error',
'valid-values-license': ['error', ['EUPL-1.2']],
'valid-values-name-scope': ['error', ['@nl-design-system-unstable']],
'valid-values-name-scope': ['error', ['@nl-design-system']],
},
};
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@nl-design-system-unstable/basis",
"version": "1.0.0-alpha.0",
"name": "@nl-design-system/basis",
"author": "Community for NL Design System",
"description": "Design system based on the NL Design System architecture",
"license": "EUPL-1.2",
Expand All @@ -19,9 +18,6 @@
"node": "^20",
"pnpm": "^9"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@changesets/cli": "2.27.8",
"@types/node": "20.14.13",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
packages:
- "packages/*"
- packages/*

0 comments on commit 51eadca

Please sign in to comment.