Skip to content

Commit 3653d4f

Browse files
author
Wes Cossick
committed
1.11.0
1 parent 7dc2a8f commit 3653d4f

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
22
"name": "simplemde",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
55
"keywords": [
6-
"embeddable",
7-
"markdown",
8-
"editor",
9-
"javascript",
10-
"wysiwyg"
6+
"embeddable",
7+
"markdown",
8+
"editor",
9+
"javascript",
10+
"wysiwyg"
1111
],
1212
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
1313
"main": "./src/js/simplemde.js",
1414
"license": "MIT",
1515
"company": "Next Step Webs, Inc.",
1616
"author": {
17-
"name": "Wes Cossick",
18-
"url": "http://www.WesCossick.com"
17+
"name": "Wes Cossick",
18+
"url": "http://www.WesCossick.com"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
21+
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
2222
},
2323
"dependencies": {
24-
"codemirror": "*",
25-
"codemirror-spell-checker": "*",
26-
"marked": "*"
24+
"codemirror": "*",
25+
"codemirror-spell-checker": "*",
26+
"marked": "*"
2727
},
2828
"devDependencies": {
29-
"browserify": "*",
30-
"debug": "*",
31-
"eslint": "*",
32-
"gulp": "*",
33-
"gulp-concat": "*",
34-
"gulp-debug": "*",
35-
"gulp-eslint": "*",
36-
"gulp-header": "*",
37-
"gulp-jsbeautifier": "*",
38-
"gulp-clean-css": "*",
39-
"gulp-rename": "*",
40-
"gulp-uglify": "*",
41-
"vinyl-source-stream": "*",
42-
"vinyl-buffer": "*"
29+
"browserify": "*",
30+
"debug": "*",
31+
"eslint": "*",
32+
"gulp": "*",
33+
"gulp-concat": "*",
34+
"gulp-debug": "*",
35+
"gulp-eslint": "*",
36+
"gulp-header": "*",
37+
"gulp-jsbeautifier": "*",
38+
"gulp-clean-css": "*",
39+
"gulp-rename": "*",
40+
"gulp-uglify": "*",
41+
"vinyl-source-stream": "*",
42+
"vinyl-buffer": "*"
4343
},
4444
"repository": {
45-
"type": "git",
46-
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
45+
"type": "git",
46+
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
4747
}
4848
}

0 commit comments

Comments
 (0)