Skip to content

Commit

Permalink
chore: change npm scope to vng.nl
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Sep 17, 2024
1 parent 0898982 commit c659f5a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion npmpackagejsonlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'no-tilde-version-devDependencies': 'error',
'require-repository-directory': 'error',
'valid-values-license': ['error', ['EUPL-1.2']],
'valid-values-name-scope': ['error', ['@vng']],
'valid-values-name-scope': ['error', ['@vng.nl']],
},
overrides: [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/config/preview.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@vng/design-tokens/dist/index.css';
import '@vng.nl/design-tokens/dist/index.css';
import type { Preview } from '@storybook/react';

const preview: Preview = {
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Community for NL Design System",
"description": "Storybook based on the NL Design System architecture",
"license": "EUPL-1.2",
"name": "@vng/storybook",
"name": "@vng.nl/storybook",
"keywords": [
"nl-design-system"
],
Expand Down Expand Up @@ -35,8 +35,8 @@
"@types/react-dom": "18.3.0",
"@utrecht/component-library-react": "5.0.0",
"@utrecht/icon": "1.1.0",
"@vng/assets": "workspace:*",
"@vng/design-tokens": "workspace:*",
"@vng.nl/assets": "workspace:*",
"@vng.nl/design-tokens": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proprietary/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Community for NL Design System",
"description": "Assets",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@vng/assets",
"name": "@vng.nl/assets",
"keywords": [
"nl-design-system"
],
Expand Down
2 changes: 1 addition & 1 deletion proprietary/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Community for NL Design System",
"description": "Example design tokens",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@vng/design-tokens",
"name": "@vng.nl/design-tokens",
"keywords": [
"nl-design-system"
],
Expand Down

0 comments on commit c659f5a

Please sign in to comment.