Fix: Packages no longer point to their minified

bundle for the browser.
This commit is contained in:
Aria Minaei 2021-06-27 13:45:21 +02:00
parent 385cfad9aa
commit 47f7da157a
2 changed files with 19 additions and 5 deletions

View file

@ -15,7 +15,6 @@
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"browser": "dist/index.min.js",
"exports": {
".": {
"require": "./dist/index.cjs",