Skip to content

Commit

Permalink
feat: add tokens to export config
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgranger committed May 7, 2024
1 parent d9db686 commit ea2d569
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.20.2",
"@rollup/rollup-darwin-x64": "^4.17.2",
"@rollup/rollup-linux-x64-gnu": "^4.17.2",
"esbuild-android-64": "0.14.25",
"esbuild-android-arm64": "0.15.5",
Expand Down
1 change: 1 addition & 0 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
}
},
"./src/theme/wpds.tokens.json": "./src/theme/wpds.tokens.json",
"./src/theme/tokens": "./src/theme/tokens.ts",
"./src/input-search/cities": "./src/input-search/cities.ts",
"./src/theme/hexcodes.tokens.json": "./src/theme/hexcodes.tokens.json"
},
Expand Down

0 comments on commit ea2d569

Please sign in to comment.