From 0554746fd2d0f2e0d501abb472982d5e0f8ec4e9 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 20 Oct 2015 15:26:48 -0500 Subject: [PATCH] Update version to 1.8.0 and recompile --- bower.json | 20 +++++----- dist/simplemde.min.css | 2 +- dist/simplemde.min.js | 2 +- package.json | 84 +++++++++++++++++++++--------------------- 4 files changed, 54 insertions(+), 54 deletions(-) diff --git a/bower.json b/bower.json index ba8c3f9..6fcf836 100644 --- a/bower.json +++ b/bower.json @@ -1,25 +1,25 @@ { "name": "simplemde-markdown-editor", - "version": "1.7.4", + "version": "1.8.0", "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "authors": [ - "Wes Cossick" + "Wes Cossick" ], "description": "A simple, beautiful, and embeddable JavaScript Markdown editor.", "main": ["dist/simplemde.min.js", "dist/simplemde.min.css"], "moduleType": [ - "globals" + "globals" ], "keywords": [ - "embeddable", - "markdown", - "editor", - "javascript", - "wysiwyg" + "embeddable", + "markdown", + "editor", + "javascript", + "wysiwyg" ], "license": "MIT", "ignore": [ - "node_modules", - "bower_components" + "node_modules", + "bower_components" ] } diff --git a/dist/simplemde.min.css b/dist/simplemde.min.css index 6fda85f..4fadb5f 100644 --- a/dist/simplemde.min.css +++ b/dist/simplemde.min.css @@ -1,5 +1,5 @@ /** - * simplemde v1.7.6 + * simplemde v1.8.0 * Copyright Next Step Webs, Inc. * @link https://github.com/NextStepWebs/simplemde-markdown-editor * @license MIT diff --git a/dist/simplemde.min.js b/dist/simplemde.min.js index 4e69078..95ea3e0 100644 --- a/dist/simplemde.min.js +++ b/dist/simplemde.min.js @@ -1,5 +1,5 @@ /** - * simplemde v1.7.6 + * simplemde v1.8.0 * Copyright Next Step Webs, Inc. * @link https://github.com/NextStepWebs/simplemde-markdown-editor * @license MIT diff --git a/package.json b/package.json index 4a79521..6dadee3 100644 --- a/package.json +++ b/package.json @@ -1,68 +1,68 @@ { "name": "simplemde", - "version": "1.7.6", + "version": "1.8.0", "description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.", "keywords": [ - "embeddable", - "markdown", - "editor", - "javascript", - "wysiwyg" + "embeddable", + "markdown", + "editor", + "javascript", + "wysiwyg" ], "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "main": "./src/js/simplemde.js", "license": "MIT", "company": "Next Step Webs, Inc.", "author": { - "name": "Wes Cossick", - "url": "http://www.WesCossick.com" + "name": "Wes Cossick", + "url": "http://www.WesCossick.com" }, "bugs": { - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" }, "dependencies": { - "codemirror": "codemirror/CodeMirror", - "codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker", - "marked": "chjj/marked" + "codemirror": "codemirror/CodeMirror", + "codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker", + "marked": "chjj/marked" }, "devDependencies": { - "browserify": "^11.2.0", - "browserify-shim": "^3.8.10", - "debug": "^2.2.0", - "eslint": "^1.6.0", - "gulp": "*", - "gulp-concat": "*", - "gulp-debug": "^2.1.1", - "gulp-eslint": "^1.0.0", - "gulp-header": "*", - "gulp-jsbeautifier": "*", - "gulp-minify-css": "^1.2.1", - "gulp-rename": "^1.2.2", - "gulp-uglify": "*", - "vinyl-source-stream": "^1.1.0" + "browserify": "^11.2.0", + "browserify-shim": "^3.8.10", + "debug": "^2.2.0", + "eslint": "^1.6.0", + "gulp": "*", + "gulp-concat": "*", + "gulp-debug": "^2.1.1", + "gulp-eslint": "^1.0.0", + "gulp-header": "*", + "gulp-jsbeautifier": "*", + "gulp-minify-css": "^1.2.1", + "gulp-rename": "^1.2.2", + "gulp-uglify": "*", + "vinyl-source-stream": "^1.1.0" }, "browserify": { - "transform": [ - "browserify-shim" - ] + "transform": [ + "browserify-shim" + ] }, "browser":{ - "spell-checker":"./node_modules/codemirror-spell-checker/src/js/spell-checker.js", - "typo":"./node_modules/codemirror-spell-checker/src/js/typo.js" + "spell-checker":"./node_modules/codemirror-spell-checker/src/js/spell-checker.js", + "typo":"./node_modules/codemirror-spell-checker/src/js/typo.js" }, "browserify-shim": { - "spell-checker": { - "depends": [ - "typo:Typo", - "codemirror:CodeMirror" - ] - }, - "typo": { - "exports": "Typo" - } + "spell-checker": { + "depends": [ + "typo:Typo", + "codemirror:CodeMirror" + ] + }, + "typo": { + "exports": "Typo" + } }, "repository": { - "type": "git", - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" + "type": "git", + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" } }