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"
|
"import": "./dist/symmetric.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"typesVersions": {
|
||||||
|
"*": {
|
||||||
|
"*": [
|
||||||
|
"*",
|
||||||
|
"dist/*",
|
||||||
|
"dist/*/index"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "Waku Team",
|
"author": "Waku Team",
|
||||||
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/message-encryption#readme",
|
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/message-encryption#readme",
|
||||||
|
|
Loading…
Reference in New Issue