Skip to content

Commit

Permalink
minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Jul 12, 2024
1 parent 5350cf2 commit 087c5d1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 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.5.0",
"version": "1.6.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 Expand Up @@ -44,11 +52,11 @@
"url": "git+https://github.com/vector-im/compound-design-tokens.git"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@babel/core": "^7.24.7",
"@babel/generator": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/types": "^7.24.7",
"@biomejs/biome": "^1.8.3",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tokens-studio/sd-transforms": "^1.0.0",
Expand Down

0 comments on commit 087c5d1

Please sign in to comment.