Skip to content

Commit 4c4c7bd

Browse files
committed
chore: remove 'browser' field in exports
1 parent bc0b2ea commit 4c4c7bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
".": {
2424
"types": "./dist/index.d.ts",
2525
"require": "./dist/json-editor-vue.umd.js",
26-
"import": "./dist/json-editor-vue.mjs",
27-
"browser": "./dist/json-editor-vue.mjs"
26+
"import": "./dist/json-editor-vue.mjs"
2827
},
2928
"./*": "./*"
3029
},

0 commit comments

Comments
 (0)