Tweak signer plugin dependency

This commit is contained in:
Jon Staab
2026-02-23 15:37:41 -08:00
parent f92725b93b
commit c024991337
3 changed files with 12 additions and 12 deletions
+4 -2
View File
@@ -35,10 +35,12 @@
"vitest": "^3.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"nostr-signer-capacitor-plugin"
],
"overrides": {
"@tiptap/core": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"nostr-signer-capacitor-plugin": "github:coracle-social/nostr-signer-capacitor-plugin#main"
"@tiptap/pm": "^2.11.7"
}
}
}