diff --git a/package.json b/package.json index df353efa..d5c128be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vector-im/compound-design-tokens", - "version": "1.7.0", + "version": "1.8.0", "description": "Compound design tokens", "sideEffects": false, "scripts": { @@ -11,8 +11,16 @@ "check": "yarn exec biome -- check", "types": "yarn exec tsc -- --noEmit" }, - "keywords": ["compound", "design tokens", "style dictionary", "css"], - "files": ["./assets/web/**/*", "./icons/**/*"], + "keywords": [ + "compound", + "design tokens", + "style dictionary", + "css" + ], + "files": [ + "./assets/web/**/*", + "./icons/**/*" + ], "main": "assets/web/js/index.js", "type": "module", "exports": {