Skip to content

Commit

Permalink
feat: add CLI interface for design tokens (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrusakov authored and PKulkoRaccoonGang committed Aug 1, 2024
1 parent 69c2200 commit f9b0dac
Show file tree
Hide file tree
Showing 13 changed files with 3,046 additions and 6,963 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "dist/index.js",
"module": "dist/index.js",
"license": "Apache-2.0",
"bin": {
"build-design-tokens": "./tokens/build-tokens.js"
},
"publishConfig": {
"access": "public"
},
Expand All @@ -16,7 +19,8 @@
"/dist",
"/icons",
"/src",
"/scss"
"/scss",
"/tokens"
],
"sideEffects": false,
"scripts": {
Expand Down
Loading

0 comments on commit f9b0dac

Please sign in to comment.