Add browser entrypoint

This commit is contained in:
Yarmo Mackenbach 2022-02-25 13:23:31 +01:00
parent 6aa713c938
commit a073d25a18
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added ### Added
- Examples - Examples
- Browser entrypoint to package.json
### Changed ### Changed
- Update owncast.js to 5.* - Update owncast.js to 5.*

View file

@ -2,7 +2,8 @@
"name": "doipjs", "name": "doipjs",
"version": "0.14.0", "version": "0.14.0",
"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",