quill-image-compress 1.2.27 → 1.2.28
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "quill-image-compress",
|
3
3
|
"description": "A Quill rich text editor Module which compresses images uploaded to the editor",
|
4
|
-
"version": "1.2.
|
4
|
+
"version": "1.2.28",
|
5
5
|
"main": "dist/quill.imageCompressor.min.js",
|
6
|
+
"types": "types/index.d.ts",
|
6
7
|
"homepage": "https://benwinding.github.io/quill-image-compress/src/demo.html",
|
7
8
|
"repository": "https://github.com/benwinding/quill-image-compress",
|
8
9
|
"author": "Ben Winding <ben.winding@gmail.com>",
|