Skip to content

Commit

Permalink
chore: update valid-values-license
Browse files Browse the repository at this point in the history
`proprietary/*` packages need their own LICENSE.md so make sure their
`package.json#license` is correct.

Remove the unneeded `proprietary/LICENSE.md`.
  • Loading branch information
matijs committed Sep 6, 2024
1 parent c5774e6 commit 1df5112
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion npmpackagejsonlint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
{
patterns: ['proprietary/**/package.json'],
rules: {
'valid-values-license': ['error', ['SEE LICENSE IN ../LICENSE.md']],
'valid-values-license': ['error', ['SEE LICENSE IN LICENSE.md']],
},
},
],
Expand Down
7 changes: 0 additions & 7 deletions proprietary/LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion proprietary/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.0.0-alpha.0",
"author": "Community for NL Design System",
"description": "Assets",
"license": "SEE LICENSE IN ../LICENSE.md",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@tilburg/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 @@ -2,7 +2,7 @@
"version": "1.0.0-alpha.17",
"author": "Community for NL Design System",
"description": "Example design tokens",
"license": "SEE LICENSE IN ../LICENSE.md",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@tilburg/design-tokens",
"keywords": [
"nl-design-system"
Expand Down
2 changes: 1 addition & 1 deletion proprietary/font/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "1.0.0-alpha.0",
"author": "Community for NL Design System",
"description": "Font assets",
"license": "SEE LICENSE IN ../LICENSE.md",
"license": "SEE LICENSE IN LICENSE.md",
"name": "@tilburg/font",
"main": "dist/index.css",
"keywords": [
Expand Down

0 comments on commit 1df5112

Please sign in to comment.