Skip to content

Commit 4c4121d

Browse files
committed
FIX: simditor dependency error
1 parent fda8225 commit 4c4121d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simditor-markdown",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/farthinker/simditor-markdown",
55
"authors": [
66
"farthinker <farthinker@gmail.com>"
@@ -24,8 +24,8 @@
2424
"umd.hbs"
2525
],
2626
"dependencies": {
27-
"jquery": "2.x",
28-
"simditor": "df-markdown",
27+
"jquery": "~2.1.4",
28+
"simditor": "~2.1.12",
2929
"to-markdown": "~1.1.2",
3030
"marked": "~0.3.3"
3131
}

package.json

Lines changed: 3 additions & 3 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.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/farthinker/simditor-markdown",
66
"author": {
77
"name": "farthinker",
@@ -18,8 +18,8 @@
1818
"test": "grunt test --verbose"
1919
},
2020
"dependencies": {
21-
"jquery": "2.x",
22-
"simditor": "~2.1.9",
21+
"jquery": "~2.1.4",
22+
"simditor": "~2.1.12",
2323
"to-markdown": "~1.1.2",
2424
"marked": "~0.3.3"
2525
},

0 commit comments

Comments
 (0)