We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a136f commit 7f3416fCopy full SHA for 7f3416f
package.json
@@ -5,8 +5,9 @@
5
"author": "The MessagePack community",
6
"license": "ISC",
7
"main": "./dist/index.js",
8
- "browser": "./dist.es5+umd/msgpack.min.js",
9
"module": "./dist.es5+esm/index.js",
+ "cdn": "./dist.es5+umd/msgpack.min.js",
10
+ "unpkg": "./dist.es5+umd/msgpack.min.js",
11
"types": "./dist/index.d.ts",
12
"sideEffects": false,
13
"scripts": {
0 commit comments