Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit c210026

Browse files
authored
Merge branch 'master' into rc1-compat
2 parents 362e0c3 + c057ba2 commit c210026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-markdown-shortcuts-plugin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A DraftJS plugin for supporting Markdown syntax shortcuts",
55
"main": "lib/index.js",
66
"scripts": {
@@ -99,7 +99,7 @@
9999
"webpack-hot-middleware": "^2.13.2"
100100
},
101101
"peerDependencies": {
102-
"draft-js-plugins-editor": "~2.0.0-rc2",
102+
"draft-js-plugins-editor": "~2.0.0-rc.1 || 2.0.0-rc2 || 2.0.0-rc1 || 2.0.0-beta12",
103103
"react": "^15.0.0",
104104
"react-dom": "^15.0.0"
105105
},
@@ -109,7 +109,7 @@
109109
"dependencies": {
110110
"decorate-component-with-props": "^1.0.2",
111111
"draft-js": "~0.10.1",
112-
"draft-js-checkable-list-item": "^2.0.4",
112+
"draft-js-checkable-list-item": "^2.0.5",
113113
"immutable": "~3.7.4"
114114
}
115115
}

0 commit comments

Comments
 (0)