We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84d421 commit 1a5ea48Copy full SHA for 1a5ea48
package.json
@@ -3,13 +3,10 @@
3
"version": "11.0.4",
4
"description": "Resolve DID documents for ethereum addresses and public keys",
5
"main": "./lib.commonjs/index.js",
6
+ "types": "./lib.commonjs/index.d.ts",
7
"exports": {
- "import": {
8
- "types": "./lib.esm/index.d.ts",
9
- "default": "./lib.esm/index.js"
10
- },
11
- "require": {
12
- "types": "./lib.commonjs/index.d.ts",
+ ".": {
+ "import": "./lib.esm/index.js",
13
"default": "./lib.commonjs/index.js"
14
}
15
},
@@ -19,7 +16,8 @@
19
16
20
17
"files": [
21
18
"lib.commonjs",
22
- "lib.esm"
+ "lib.esm",
+ "src"
23
],
24
"author": "Pelle Braendgaard",
25
"contributors": [
0 commit comments