Skip to content

Commit 3f54710

Browse files
author
Wes Cossick
committed
Bump to version 1.9.0
1 parent 5706319 commit 3f54710

File tree

7 files changed

+49
-49
lines changed

7 files changed

+49
-49
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplemde",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
55
"authors": [
66
"Wes Cossick"

debug/simplemde.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* simplemde v1.8.2
2+
* simplemde v1.9.0
33
* Copyright Next Step Webs, Inc.
44
* @link https://github.com/NextStepWebs/simplemde-markdown-editor
55
* @license MIT

debug/simplemde.debug.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

debug/simplemde.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* simplemde v1.8.2
2+
* simplemde v1.9.0
33
* Copyright Next Step Webs, Inc.
44
* @link https://github.com/NextStepWebs/simplemde-markdown-editor
55
* @license MIT

dist/simplemde.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/simplemde.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
11
{
22
"name": "simplemde",
3-
"version": "1.8.2",
3+
"version": "1.9.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": "codemirror/CodeMirror",
25-
"codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker",
26-
"marked": "0.3.5"
24+
"codemirror": "codemirror/CodeMirror",
25+
"codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker",
26+
"marked": "0.3.5"
2727
},
2828
"devDependencies": {
29-
"browserify": "^11.2.0",
30-
"browserify-shim": "^3.8.10",
31-
"debug": "^2.2.0",
32-
"eslint": "^1.6.0",
33-
"gulp": "*",
34-
"gulp-concat": "*",
35-
"gulp-debug": "^2.1.1",
36-
"gulp-eslint": "^1.0.0",
37-
"gulp-header": "*",
38-
"gulp-jsbeautifier": "*",
39-
"gulp-minify-css": "^1.2.1",
40-
"gulp-rename": "^1.2.2",
41-
"gulp-uglify": "*",
42-
"vinyl-source-stream": "^1.1.0",
43-
"vinyl-buffer": "*"
29+
"browserify": "^11.2.0",
30+
"browserify-shim": "^3.8.10",
31+
"debug": "^2.2.0",
32+
"eslint": "^1.6.0",
33+
"gulp": "*",
34+
"gulp-concat": "*",
35+
"gulp-debug": "^2.1.1",
36+
"gulp-eslint": "^1.0.0",
37+
"gulp-header": "*",
38+
"gulp-jsbeautifier": "*",
39+
"gulp-minify-css": "^1.2.1",
40+
"gulp-rename": "^1.2.2",
41+
"gulp-uglify": "*",
42+
"vinyl-source-stream": "^1.1.0",
43+
"vinyl-buffer": "*"
4444
},
4545
"browserify": {
46-
"transform": [
47-
"browserify-shim"
48-
]
46+
"transform": [
47+
"browserify-shim"
48+
]
4949
},
5050
"browser": {
51-
"spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js",
52-
"typo": "./node_modules/codemirror-spell-checker/src/js/typo.js"
51+
"spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js",
52+
"typo": "./node_modules/codemirror-spell-checker/src/js/typo.js"
5353
},
5454
"browserify-shim": {
55-
"spell-checker": {
56-
"depends": [
57-
"typo:Typo",
58-
"codemirror:CodeMirror"
59-
]
60-
},
61-
"typo": {
62-
"exports": "Typo"
63-
}
55+
"spell-checker": {
56+
"depends": [
57+
"typo:Typo",
58+
"codemirror:CodeMirror"
59+
]
60+
},
61+
"typo": {
62+
"exports": "Typo"
63+
}
6464
},
6565
"repository": {
66-
"type": "git",
67-
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
66+
"type": "git",
67+
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
6868
}
6969
}

0 commit comments

Comments
 (0)