feat: rename package

This commit is contained in:
2024-02-24 23:54:48 +02:00
parent 9cee2d8b7a
commit 7925b5dbfc
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# svelte-editor-quill # svelte-quill
--- ---
@@ -8,7 +8,7 @@ Svelte component
## Install ## Install
``` ```
$ npm i @resultium/svelte-editor-quill $ npm i @resultium/svelte-quill
``` ```
@@ -36,7 +36,7 @@ Accept only paste plain text.
```html ```html
<script> <script>
import {Editor} from '@resultium/svelte-editor-quill' import {Editor} from '@resultium/svelte-quill'
const options = { const options = {
theme: 'snow', theme: 'snow',

View File

@@ -1,5 +1,5 @@
{ {
"name": "@resultium/svelte-editor-quill", "name": "@resultium/svelte-quill",
"version": "1.0.0", "version": "1.0.0",
"description": "Quill.js implementation in svelte", "description": "Quill.js implementation in svelte",
"author": "Resultium LLC", "author": "Resultium LLC",
@@ -7,7 +7,7 @@
"bugs": { "bugs": {
"email": "technology@resultium.io" "email": "technology@resultium.io"
}, },
"homepage": "https://git.resultium.net/public/svelte-editor-quill", "homepage": "https://git.resultium.net/public/svelte-quill",
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB