forked from Mirrors/doipjs
Add browser entrypoint
This commit is contained in:
parent
6aa713c938
commit
a073d25a18
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [Unreleased]
|
||||
### Added
|
||||
- Examples
|
||||
- Browser entrypoint to package.json
|
||||
### Changed
|
||||
- Update owncast.js to 5.*
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"name": "doipjs",
|
||||
"version": "0.14.0",
|
||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||
"main": "src/index.js",
|
||||
"main": "./src/index.js",
|
||||
"browser": "./dist/doip.min.js",
|
||||
"dependencies": {
|
||||
"@openpgp/hkp-client": "^0.0.2",
|
||||
"@openpgp/wkd-client": "^0.0.3",
|
||||
|
|
Loading…
Reference in a new issue