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).
pull/825/head
Stanisław Gregor 2 years ago
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…
Cancel
Save