feat: rename package
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user