fix: type export via `typesVersions`

This commit is contained in:
Philippe Schommers 2022-08-17 11:02:19 +02:00 committed by fryorcraken.eth
parent 67811662d9
commit 5137f28cbf
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@
"import": "./dist/lib/peer_discovery_dns/index.js"
}
},
"typesVersions": {
"*": {
"lib/*": [
"dist/lib/*"
]
}
},
"type": "module",
"repository": "https://github.com/status-im/js-waku",
"license": "MIT OR Apache-2.0",