Skip to content

Commit 0195b03

Browse files
committed
Remove problematic browser field
1 parent f88d0a2 commit 0195b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"import": "./dist/prod/index.mjs"
3333
},
3434
"require": "./dist/index.js",
35-
"import": "./dist/index.mjs"
35+
"import": "./dist/index.mjs",
36+
"default": "./dist/index.mjs"
3637
},
3738
"main": "dist/index.js",
3839
"module": "dist/index.mjs",
@@ -58,7 +59,6 @@
5859
"test:3": "node scripts/swap-vue.mjs 3 && vitest run",
5960
"prepare": "husky install"
6061
},
61-
"browser": "dist/prod/index.global.js",
6262
"peerDependencies": {
6363
"@fluent/bundle": ">=0.17.0",
6464
"@vue/composition-api": ">=1.0.0-rc.1",

0 commit comments

Comments
 (0)