Skip to content

Commit

Permalink
chore: fix exports path
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 21, 2022
1 parent b99ea25 commit 846b1ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions packages/preset-web-fonts/package.json
Expand Up @@ -27,11 +27,6 @@
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./fs": {
"types": "./dist/fs.d.ts",
"require": "./dist/fs.cjs",
"import": "./dist/fs.mjs"
}
},
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -28,7 +28,7 @@
},
"./client": {
"types": "./dist/client.d.ts",
"require": "./dist/client.js",
"require": "./dist/client.cjs",
"import": "./dist/client.mjs"
}
},
Expand Down

0 comments on commit 846b1ca

Please sign in to comment.