Skip to content

Commit

Permalink
minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Aug 2, 2024
1 parent 2af7bb5 commit abed89d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit abed89d

Please sign in to comment.