mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-31 05:44:27 -06:00
Fix problems with marked@4.x
The 4.0.0 release of the `marked` package contains a breaking change that - guess what - breaks the SimpleMDE's script. The main change is that the `marked` package does NOT provide a default export anymore. For more information please see [the release notes for `marked@4.0.0`](https://github.com/markedjs/marked/releases/tag/v4.0.0).
This commit is contained in:
parent
6abda7ab68
commit
ae825c9b47
@ -23,7 +23,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"codemirror": "*",
|
"codemirror": "*",
|
||||||
"codemirror-spell-checker": "*",
|
"codemirror-spell-checker": "*",
|
||||||
"marked": "*"
|
"marked": "^3.0.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "*",
|
"browserify": "*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user