Add module entry for some bundlers

This commit is contained in:
Vitaly Puzrin 2020-11-17 19:07:30 +03:00
parent 84d6931fe8
commit bd90fca738

View file

@ -23,6 +23,7 @@
], ],
"license": "(MIT AND Zlib)", "license": "(MIT AND Zlib)",
"repository": "nodeca/pako", "repository": "nodeca/pako",
"module": "./dist/pako.esm.mjs",
"exports": { "exports": {
"import": "./dist/pako.esm.mjs", "import": "./dist/pako.esm.mjs",
"require": "./index.js" "require": "./index.js"