diff --git a/.changeset/witty-mice-clean.md b/.changeset/witty-mice-clean.md new file mode 100644 index 0000000..d3eea22 --- /dev/null +++ b/.changeset/witty-mice-clean.md @@ -0,0 +1,5 @@ +--- +'@emigrate/types': patch +--- + +Remove the `bun` exports config in this package as well diff --git a/packages/types/package.json b/packages/types/package.json index 8a05ce2..f96c2f3 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -10,7 +10,6 @@ "type": "module", "exports": { ".": { - "bun": "./src/index.ts", "import": "./dist/index.js", "types": "./dist/index.d.ts" }