mirror of https://github.com/status-im/js-waku.git
fix: remove typesVersions (#1359)
* export types properly * remove typesVersion * remove typesVersions for @waku/relay
This commit is contained in:
parent
94e1abdd65
commit
0ad19540d5
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue