Skip to content

Commit

Permalink
fix(orm): remove browser export
Browse files Browse the repository at this point in the history
Since it's not needed
  • Loading branch information
marcj committed Mar 4, 2024
1 parent 135e661 commit 58bb3c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
28 changes: 0 additions & 28 deletions packages/orm/browser.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"browser": "./dist/esm/browser.js",
"types": "./dist/cjs/index.d.ts",
"exports": {
".": {
"types": "./dist/cjs/index.d.ts",
"require": "./dist/cjs/index.js",
"browser": "./dist/esm/browser.js",
"default": "./dist/esm/index.js"
}
},
Expand Down

0 comments on commit 58bb3c8

Please sign in to comment.