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)",
"repository": "nodeca/pako",
"module": "./dist/pako.esm.mjs",
"exports": {
"import": "./dist/pako.esm.mjs",
"require": "./index.js"