Make TypeScript >= 5.0.0 an optional peer dependency

This commit is contained in:
Alex Gleason
2023-09-03 13:57:08 -05:00
committed by fiatjaf_
parent c175f6c804
commit 401b9c7864

View File

@@ -26,6 +26,14 @@
"@scure/bip32": "1.3.1",
"@scure/bip39": "1.2.1"
},
"peerDependencies": {
"typescript": ">=5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"keywords": [
"decentralization",
"social",