Skip to content

Commit a30d8f6

Browse files
author
Wes Cossick
committed
1 parent 51ef0cd commit a30d8f6

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

bower.json

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
2-
"name": "simplemde",
3-
"version": "1.10.1",
4-
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
5-
"authors": [
6-
"Wes Cossick"
7-
],
8-
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
9-
"main": ["dist/simplemde.min.js", "dist/simplemde.min.css"],
10-
"moduleType": [
11-
"globals"
12-
],
13-
"keywords": [
14-
"embeddable",
15-
"markdown",
16-
"editor",
17-
"javascript",
18-
"wysiwyg"
19-
],
20-
"license": "MIT",
21-
"ignore": [
22-
"node_modules",
23-
"bower_components"
24-
]
2+
"name": "simplemde",
3+
"version": "1.10.1",
4+
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
5+
"authors": [
6+
"Wes Cossick <https://wescossick.com>"
7+
],
8+
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
9+
"main": ["src/js/simplemde.js", "src/css/simplemde.css"],
10+
"keywords": [
11+
"embeddable",
12+
"markdown",
13+
"editor",
14+
"javascript",
15+
"wysiwyg"
16+
],
17+
"license": "MIT",
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components"
22+
]
2523
}

0 commit comments

Comments
 (0)