Fix browserify builds

This commit is contained in:
Yarmo Mackenbach 2022-03-28 00:36:08 +02:00
parent 65e8210ffa
commit 526ba3b348
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -3,7 +3,6 @@
"version": "0.15.5", "version": "0.15.5",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js", "description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"main": "./src/index.js", "main": "./src/index.js",
"browser": "./dist/doip.min.js",
"dependencies": { "dependencies": {
"@openpgp/hkp-client": "^0.0.2", "@openpgp/hkp-client": "^0.0.2",
"@openpgp/wkd-client": "^0.0.3", "@openpgp/wkd-client": "^0.0.3",