Skip to content

Commit

Permalink
fix(types): theme-without-fonts types for node (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed May 25, 2023
1 parent c869ea6 commit 8e87c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"default": "./dist/client/theme-default/index.js"
},
"./theme-without-fonts": {
"types": "./theme.d.ts",
"types": "./theme-without-fonts.d.ts",
"default": "./dist/client/theme-default/without-fonts.js"
}
},
Expand All @@ -36,7 +36,8 @@
"types",
"template",
"client.d.ts",
"theme.d.ts"
"theme.d.ts",
"theme-without-fonts.d.ts"
],
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions theme-without-fonts.d.ts
@@ -0,0 +1 @@
export * from './theme'

0 comments on commit 8e87c14

Please sign in to comment.