Skip to content

Commit

Permalink
fix(utils/sui-tokens): export types able to be imported by external p…
Browse files Browse the repository at this point in the history
…roject
  • Loading branch information
andresin87 committed Dec 20, 2024
1 parent 7a3a64e commit e30f7bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/sui-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/tokens",
"version": "0.0.0-beta.17",
"version": "0.0.0-beta.18",
"description": "Tool for manipulate @s-ui tokens.",
"publishConfig": {
"access": "public"
Expand All @@ -16,6 +16,7 @@
"exports": {
".": "./src/index.ts"
},
"types": "./src/index.ts",
"type": "module",
"keywords": [
"tokens",
Expand Down
2 changes: 2 additions & 0 deletions utils/sui-tokens/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export {runSCSS, runJSON} from './build'

export {
type PrimitiveTheme,
type SemanticTheme,
Expand Down

0 comments on commit e30f7bf

Please sign in to comment.