Skip to content

Commit

Permalink
chore: add package.json to export map (#8838)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jun 28, 2022
1 parent 10936cd commit cbefc63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite/package.json
Expand Up @@ -20,7 +20,8 @@
"./client": {
"types": "./client.d.ts"
},
"./dist/client/*": "./dist/client/*"
"./dist/client/*": "./dist/client/*",
"./package.json": "./package.json"
},
"files": [
"bin",
Expand Down

0 comments on commit cbefc63

Please sign in to comment.