mirror of https://github.com/waku-org/js-waku.git
Merge pull request #1097 from waku-org/feat/moduleresolution-node
This commit is contained in:
commit
248b7bd320
|
@ -18,6 +18,15 @@
|
|||
"import": "./dist/symmetric.js"
|
||||
}
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"*",
|
||||
"dist/*",
|
||||
"dist/*/index"
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"author": "Waku Team",
|
||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/message-encryption#readme",
|
||||
|
|
Loading…
Reference in New Issue