Switch stuff to peer dependencies
This commit is contained in:
@@ -20,11 +20,14 @@
|
||||
"prepublishOnly": "pnpm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@braintree/sanitize-url": "^7.0.2",
|
||||
"nostr-tools": "^2.14.2"
|
||||
"@braintree/sanitize-url": "^7.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"nostr-tools": "^2.19.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "~6.0.0",
|
||||
"typescript": "~5.8.0"
|
||||
"typescript": "~5.8.0",
|
||||
"nostr-tools": "^2.19.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user