Use nostr instead of welshman for the welshman extension
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@welshman/editor",
|
"name": "@welshman/editor",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pub": "npm run check && npm run build && npm publish",
|
"pub": "npm run check && npm run build && npm publish",
|
||||||
"fix": "",
|
"fix": "",
|
||||||
@@ -42,8 +42,8 @@
|
|||||||
"@tiptap/extension-text": "^2.9.1",
|
"@tiptap/extension-text": "^2.9.1",
|
||||||
"@tiptap/pm": "^2.9.1",
|
"@tiptap/pm": "^2.9.1",
|
||||||
"@tiptap/suggestion": "^2.9.1",
|
"@tiptap/suggestion": "^2.9.1",
|
||||||
"@welshman/lib": "^0.0.36",
|
"@welshman/lib": "~0.0.36",
|
||||||
"@welshman/util": "^0.0.53",
|
"@welshman/util": "~0.0.53",
|
||||||
"nostr-editor": "github:cesardeazevedo/nostr-editor#a211491c",
|
"nostr-editor": "github:cesardeazevedo/nostr-editor#a211491c",
|
||||||
"nostr-tools": "^2.8.1",
|
"nostr-tools": "^2.8.1",
|
||||||
"svelte": "^4.0.0",
|
"svelte": "^4.0.0",
|
||||||
@@ -65,8 +65,8 @@
|
|||||||
"@tiptap/extension-placeholder": "^2.9.1",
|
"@tiptap/extension-placeholder": "^2.9.1",
|
||||||
"@tiptap/extension-text": "^2.9.1",
|
"@tiptap/extension-text": "^2.9.1",
|
||||||
"@tiptap/pm": "^2.9.1",
|
"@tiptap/pm": "^2.9.1",
|
||||||
"@welshman/lib": "^0.0.36",
|
"@welshman/lib": "~0.0.36",
|
||||||
"@welshman/util": "^0.0.53",
|
"@welshman/util": "~0.0.53",
|
||||||
"nostr-editor": "github:cesardeazevedo/nostr-editor#a211491c",
|
"nostr-editor": "github:cesardeazevedo/nostr-editor#a211491c",
|
||||||
"nostr-tools": "^2.10.4",
|
"nostr-tools": "^2.10.4",
|
||||||
"publint": "^0.2.0",
|
"publint": "^0.2.0",
|
||||||
|
|||||||
@@ -83,8 +83,6 @@ export interface WelshmanOptions extends NostrOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const WelshmanExtension = NostrExtension.extend<WelshmanOptions>({
|
export const WelshmanExtension = NostrExtension.extend<WelshmanOptions>({
|
||||||
name: "welshman",
|
|
||||||
|
|
||||||
// Return an empty object or else options can't be passed
|
// Return an empty object or else options can't be passed
|
||||||
addOptions() {
|
addOptions() {
|
||||||
return {}
|
return {}
|
||||||
|
|||||||
Reference in New Issue
Block a user