Skip to content

Commit

Permalink
chore(theme): remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Oct 2, 2024
1 parent 2fadfd0 commit d41b3b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"default": "./dist/index.esm.js"
},
"./dark.css": {
"require": "./dist/css/_variables_dark.css",
"import": "./dist/css/_variables_dark.css"
},
"./light.css": {
"require": "./dist/css/_variables_light.css",
"import": "./dist/css/_variables_light.css"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d41b3b7

Please sign in to comment.