Skip to content

Commit 7f3416f

Browse files
committed
remove "browser" field not to be used by webpak
1 parent 15a136f commit 7f3416f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"author": "The MessagePack community",
66
"license": "ISC",
77
"main": "./dist/index.js",
8-
"browser": "./dist.es5+umd/msgpack.min.js",
98
"module": "./dist.es5+esm/index.js",
9+
"cdn": "./dist.es5+umd/msgpack.min.js",
10+
"unpkg": "./dist.es5+umd/msgpack.min.js",
1011
"types": "./dist/index.d.ts",
1112
"sideEffects": false,
1213
"scripts": {

0 commit comments

Comments
 (0)