Skip to content

Commit be1697e

Browse files
committed
Merge pull request #117 from NextStepWebs/development
Get the version numbers right
2 parents ec8bba3 + cee66d4 commit be1697e

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
22
"name": "simplemde",
3-
"version": "1.7.2",
3+
"version": "1.7.4",
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": "gulpfile.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
"devDependencies": {
24-
"gulp": "*",
25-
"gulp-minify-css": "*",
26-
"gulp-uglify": "*",
27-
"gulp-concat": "*",
28-
"gulp-header": "*",
29-
"gulp-jsbeautifier": "*",
30-
"gulp-download": "*"
24+
"gulp": "*",
25+
"gulp-minify-css": "*",
26+
"gulp-uglify": "*",
27+
"gulp-concat": "*",
28+
"gulp-header": "*",
29+
"gulp-jsbeautifier": "*",
30+
"gulp-download": "*"
3131
},
3232
"repository": {
33-
"type": "git",
34-
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
33+
"type": "git",
34+
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
3535
}
3636
}

0 commit comments

Comments
 (0)