mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 15:44:28 -06:00
Fix #326
This commit is contained in:
parent
51ef0cd81d
commit
a30d8f6183
@ -3,13 +3,10 @@
|
|||||||
"version": "1.10.1",
|
"version": "1.10.1",
|
||||||
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Wes Cossick"
|
"Wes Cossick <https://wescossick.com>"
|
||||||
],
|
],
|
||||||
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
|
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
|
||||||
"main": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
|
"main": ["src/js/simplemde.js", "src/css/simplemde.css"],
|
||||||
"moduleType": [
|
|
||||||
"globals"
|
|
||||||
],
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"embeddable",
|
"embeddable",
|
||||||
"markdown",
|
"markdown",
|
||||||
@ -19,6 +16,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"bower_components"
|
"bower_components"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user