Skip to content

Commit

Permalink
chore: 更改导入方式
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Aug 7, 2024
1 parent 28e76a5 commit ee42c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "2.0.2",
"version": "2.0.3",
"name": "vite-plugin-font",
"description": "An automatic Web Font optimization plugin that supports many platforms such as Vite, Next, Nuxt, and more.",
"main": "./dist/unplugin.cjs",
"module": "./dist/unplugin.js",
"main": "./dist/unplugin.js",
"require": "./dist/unplugin.cjs",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit ee42c38

Please sign in to comment.