Skip to content

Commit 89cbccb

Browse files
author
ZhangRGK
committed
Merge pull request #4 from mycolorway/upgrade-simditor
升级simditor依赖
2 parents aa9c073 + 9cccba6 commit 89cbccb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simditor-markdown",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"homepage": "https://github.com/farthinker/simditor-markdown",
55
"authors": [
66
"farthinker <farthinker@gmail.com>"
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"jquery": "~2.1.4",
28-
"simditor": "~2.2.0",
28+
"simditor": "2.3.x",
2929
"to-markdown": "~1.1.2",
3030
"marked": "~0.3.3"
3131
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simditor-markdown",
33
"description": "Add markdown editing mode for simditor.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "lib/simditor-markdown.js",
66
"homepage": "https://github.com/farthinker/simditor-markdown",
77
"author": {
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"jquery": "~2.1.4",
23-
"simditor": "~2.2.0",
23+
"simditor": "2.3.x",
2424
"to-markdown": "~1.1.2",
2525
"marked": "~0.3.3"
2626
},

0 commit comments

Comments
 (0)