2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 18:04:28 -06:00

Update bower.json

This commit is contained in:
Fabian Köstring 2015-10-16 10:42:17 +02:00
parent b9e66d326c
commit 6fcc1e6406

View File

@ -6,13 +6,14 @@
"Wes Cossik <support@nextstepwebs.com>" "Wes Cossik <support@nextstepwebs.com>"
], ],
"description": "A simple, beautiful, and embeddable JavaScript markdown editor.", "description": "A simple, beautiful, and embeddable JavaScript markdown editor.",
"main": ["js/simplemd.js", "css/simplemd.css"], "main": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
"moduleType": [ "moduleType": [
"globals" "globals"
], ],
"keywords": [ "keywords": [
"wysiwyg", "wysiwyg",
"markdown", "markdown",
"editor",
"js" "js"
], ],
"license": "MIT", "license": "MIT",