From 3653d4f81dd2d2c707f89735b80534d80916f2fc Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 7 Jun 2016 22:46:32 -0500 Subject: [PATCH] 1.11.0 --- package.json | 56 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 779c791..b93d74b 100644 --- a/package.json +++ b/package.json @@ -1,48 +1,48 @@ { "name": "simplemde", - "version": "1.10.1", + "version": "1.11.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-spell-checker": "*", - "marked": "*" + "codemirror": "*", + "codemirror-spell-checker": "*", + "marked": "*" }, "devDependencies": { - "browserify": "*", - "debug": "*", - "eslint": "*", - "gulp": "*", - "gulp-concat": "*", - "gulp-debug": "*", - "gulp-eslint": "*", - "gulp-header": "*", - "gulp-jsbeautifier": "*", - "gulp-clean-css": "*", - "gulp-rename": "*", - "gulp-uglify": "*", - "vinyl-source-stream": "*", - "vinyl-buffer": "*" + "browserify": "*", + "debug": "*", + "eslint": "*", + "gulp": "*", + "gulp-concat": "*", + "gulp-debug": "*", + "gulp-eslint": "*", + "gulp-header": "*", + "gulp-jsbeautifier": "*", + "gulp-clean-css": "*", + "gulp-rename": "*", + "gulp-uglify": "*", + "vinyl-source-stream": "*", + "vinyl-buffer": "*" }, "repository": { - "type": "git", - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" + "type": "git", + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" } }