Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "vue-quilly", | ||
"private": false, | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"type": "module", | ||
@@ -56,4 +56,10 @@ "dependencies": { | ||
".": { | ||
"import": "./dist/vue-quilly.js", | ||
"require": "./dist/vue-quilly.umd.cjs" | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/vue-quilly.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/vue-quilly.umd.cjs" | ||
} | ||
} | ||
@@ -60,0 +66,0 @@ }, |
# vue-quilly | ||
![npm version](https://img.shields.io/npm/v/vue-quilly?logo=npm&logoColor=fff) | ||
![npm bundle size](https://img.shields.io/bundlephobia/min/vue-quilly) | ||
Tiny Vue component, that helps to create [Quill v2](https://quilljs.com/) based WYSIWYG editors in Vue-powered apps. | ||
@@ -4,0 +7,0 @@ Flexible setup, no styles, ready for further customization. |
14162
133