From 0d1704b88d06e87165003cf13980275791452646 Mon Sep 17 00:00:00 2001 From: Pier Fumagalli Date: Wed, 6 Nov 2024 21:32:36 +0100 Subject: [PATCH] Rename package according to repository --- lib/editor.vue | 2 +- package-lock.json | 4 ++-- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/editor.vue b/lib/editor.vue index afb6224..1f1daa9 100644 --- a/lib/editor.vue +++ b/lib/editor.vue @@ -89,7 +89,7 @@ import type { Offsets } from './range' /* ==== DEFS ================================================================ */ -defineOptions({ name: 'JuitTinyEdit' }) +defineOptions({ name: 'JuitTinyEditor' }) const model = defineModel({ type: String, diff --git a/package-lock.json b/package-lock.json index 2b30baf..421c465 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@juit/vue-tiny-edit", + "name": "@juit/vue-tiny-editor", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@juit/vue-tiny-edit", + "name": "@juit/vue-tiny-editor", "version": "0.0.1", "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 51bc7c6..6485b8b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@juit/vue-tiny-edit", + "name": "@juit/vue-tiny-editor", "version": "0.0.1", "type": "module", "exports": { @@ -43,7 +43,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+ssh://git@github.com/juitnow/juit-vue-tiny-edit.git" + "url": "git+ssh://git@github.com/juitnow/juit-vue-tiny-editor.git" }, "keywords": [ "vue", @@ -52,7 +52,7 @@ "rich-text" ], "bugs": { - "url": "https://github.com/juitnow/juit-vue-tiny-edit/issues" + "url": "https://github.com/juitnow/juit-vue-tiny-editor/issues" }, "directories": { "test": "test"