Skip to content

Commit 56a8bc1

Browse files
committedMar 29, 2021
fix: unpkg & jsdelivr >> .prod.js
1 parent cb3ba25 commit 56a8bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/vue-quill/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Vue 3 rich text editor based on Quill.",
55
"main": "index.js",
66
"module": "dist/vue-quill.esm-bundler.js",
7-
"unpkg": "dist/vue-quill.global.js",
8-
"jsdelivr": "dist/vue-quill.global.js",
7+
"unpkg": "dist/vue-quill.global.prod.js",
8+
"jsdelivr": "dist/vue-quill.global.prod.js",
99
"types": "dist/vue-quill.d.ts",
1010
"files": [
1111
"index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.