diff --git a/package.json b/package.json index ee26645..1d69331 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "0.3.0", "description": "Tool for decoding qrcode", "main": "dist/index.js", + "browser": "dist/index.min.js", + "unpkg": "dist/index.min.js", "module": "dist/index.esm.js", "sideEffects": false, "scripts": {