Skip to content

Commit

Permalink
fix: theme package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Sep 13, 2022
1 parent 6fdeade commit ad86a62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/components/theme/package.json
Expand Up @@ -15,12 +15,6 @@
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit ad86a62

Please sign in to comment.