We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc858a commit 10a552bCopy full SHA for 10a552b
.gitignore
@@ -6,3 +6,4 @@ temp
6
explorations
7
TODOs.md
8
*.log
9
+.env
package.json
@@ -12,10 +12,6 @@
12
"url": "https://www.buymeacoffee.com/luthfimasruri"
13
}
14
],
15
- "workspaces": [
16
- "packages/*",
17
- "demo"
18
- ],
19
"repository": {
20
"type": "git",
21
"url": "https://github.com/vueup/vue-quill.git"
packages/vue-quill/src/index.ts
@@ -4,7 +4,6 @@
4
* Github: https://github.com/vueup/vue-quill.git
5
*/
-// fix semantic-release/npm
import Quill from 'quill'
import Delta from 'quill-delta'
10
import { QuillEditor } from './components/QuillEditor'
0 commit comments