Skip to content

Commit

Permalink
Rename package according to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Nov 6, 2024
1 parent 1d17f20 commit 0d1704b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import type { Offsets } from './range'
/* ==== DEFS ================================================================ */
defineOptions({ name: 'JuitTinyEdit' })
defineOptions({ name: 'JuitTinyEditor' })
const model = defineModel({
type: String,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@juit/vue-tiny-edit",
"name": "@juit/vue-tiny-editor",
"version": "0.0.1",
"type": "module",
"exports": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/juitnow/juit-vue-tiny-edit.git"
"url": "git+ssh://[email protected]/juitnow/juit-vue-tiny-editor.git"
},
"keywords": [
"vue",
Expand All @@ -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"
Expand Down

0 comments on commit 0d1704b

Please sign in to comment.