diff --git a/.changeset/rich-scissors-peel.md b/.changeset/rich-scissors-peel.md new file mode 100644 index 00000000000..d70febedcc0 --- /dev/null +++ b/.changeset/rich-scissors-peel.md @@ -0,0 +1,5 @@ +--- +"@utrecht/component-library-css": patch +--- + +Remove empty `dist/*.js` files from the CSS component library. diff --git a/packages/component-library-css/package.json b/packages/component-library-css/package.json index 33ab5338582..a38a87d9a29 100644 --- a/packages/component-library-css/package.json +++ b/packages/component-library-css/package.json @@ -4,6 +4,9 @@ "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture", "license": "EUPL-1.2", "name": "@utrecht/component-library-css", + "files": [ + "dist/*.css" + ], "keywords": [ "nl-design-system" ],