fix(types): forgot about the bun key in one package
This commit is contained in:
parent
e67ce0de1e
commit
a6c6e6dc78
2 changed files with 5 additions and 1 deletions
5
.changeset/witty-mice-clean.md
Normal file
5
.changeset/witty-mice-clean.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@emigrate/types': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove the `bun` exports config in this package as well
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"bun": "./src/index.ts",
|
|
||||||
"import": "./dist/index.js",
|
"import": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts"
|
"types": "./dist/index.d.ts"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue