mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-15 14:04:28 -06:00
1.8.1
This commit is contained in:
parent
788f371253
commit
cc7f1b456a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simplemde",
|
"name": "simplemde",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
|
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"embeddable",
|
"embeddable",
|
||||||
@ -46,9 +46,9 @@
|
|||||||
"browserify-shim"
|
"browserify-shim"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"browser":{
|
"browser": {
|
||||||
"spell-checker":"./node_modules/codemirror-spell-checker/src/js/spell-checker.js",
|
"spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js",
|
||||||
"typo":"./node_modules/codemirror-spell-checker/src/js/typo.js"
|
"typo": "./node_modules/codemirror-spell-checker/src/js/typo.js"
|
||||||
},
|
},
|
||||||
"browserify-shim": {
|
"browserify-shim": {
|
||||||
"spell-checker": {
|
"spell-checker": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user