fix(types): forgot about the bun key in one package

This commit is contained in:
Joakim Carlstein 2023-12-19 14:45:52 +01:00 committed by Joakim Carlstein
parent e67ce0de1e
commit a6c6e6dc78
2 changed files with 5 additions and 1 deletions

View file

@ -10,7 +10,6 @@
"type": "module",
"exports": {
".": {
"bun": "./src/index.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}