@tryghost/kg-simplemde 2.0.12 → 2.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -325,6 +325,7 @@ simplemde.isFullscreenActive(); // returns boolean
|
|
|
325
325
|
simplemde.clearAutosavedValue(); // no returned value
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
+
|
|
328
329
|
## How it works
|
|
329
330
|
SimpleMDE began as an improvement of [lepture's Editor project](https://github.com/lepture/editor), but has now taken on an identity of its own. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fontawesome.io).
|
|
330
331
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/kg-simplemde",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"embeddable",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"browserify": "17.0.0",
|
|
28
28
|
"debug": "*",
|
|
29
|
-
"eslint": "8.
|
|
29
|
+
"eslint": "8.40.0",
|
|
30
30
|
"gulp": "*",
|
|
31
31
|
"gulp-clean-css": "4.3.0",
|
|
32
32
|
"gulp-concat": "*",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"codemirror": "5.65.
|
|
47
|
+
"codemirror": "5.65.13",
|
|
48
48
|
"codemirror-spell-checker": "1.1.2",
|
|
49
49
|
"marked": "0.3.19"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "f766232a630d701fd4a688bdb016ca30eb188abf"
|
|
52
52
|
}
|