fix: remove typesVersions (#1359)

* export types properly

* remove typesVersion

* remove typesVersions for @waku/relay
This commit is contained in:
Sasha 2023-05-19 00:51:28 +02:00 committed by GitHub
parent 94e1abdd65
commit 0ad19540d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 14 deletions

View File

@ -10,13 +10,6 @@
"import": "./dist/index.js"
}
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"type": "module",
"author": "Waku Team",
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/dns-discovery#readme",

View File

@ -10,13 +10,6 @@
"import": "./dist/index.js"
}
},
"typesVersions": {
"*": {
"lib/*": [
"dist/lib/*"
]
}
},
"type": "module",
"homepage": "https://github.com/waku-org/js-waku/tree/master/packages/relay#readme",
"repository": {