Skip to content

Commit d337376

Browse files
committed
fix backspace list not work bug 6
1 parent 96789dd commit d337376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dp/react-quill-2",
3-
"version": "2.0.16",
3+
"version": "2.0.17",
44
"description": "The Quill rich-text editor as a React component.",
55
"author": "zenoamaro <[email protected]>",
66
"homepage": "https://github.com/zenoamaro/react-quill",
@@ -50,7 +50,7 @@
5050
"create-react-class": "^15.6.0",
5151
"lodash": "^4.17.4",
5252
"prop-types": "^15.5.10",
53-
"@dp/quill": "2.0.0-dev.39",
53+
"@dp/quill": "2.0.0-dev.40",
5454
"react-dom-factories": "^1.0.0"
5555
},
5656
"peerDependencies": {

0 commit comments

Comments
 (0)