Switch stuff to peer dependencies

This commit is contained in:
Jon Staab
2026-01-09 09:06:14 -08:00
parent 2a4d28821c
commit 0728910d63
9 changed files with 86 additions and 41 deletions
+6 -3
View File
@@ -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"
}
}