From b5eb5ee3183e2af492a9401ea80fd1c60cbf6db2 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 25 Sep 2015 22:09:34 -0500 Subject: [PATCH] 1.7.3 --- package.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index d4e72eb..027a6d1 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,36 @@ { "name": "simplemde", - "version": "1.7.2", + "version": "1.7.3", "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": "gulpfile.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" }, "devDependencies": { - "gulp": "*", - "gulp-minify-css": "*", - "gulp-uglify": "*", - "gulp-concat": "*", - "gulp-header": "*", - "gulp-jsbeautifier": "*", - "gulp-download": "*" + "gulp": "*", + "gulp-minify-css": "*", + "gulp-uglify": "*", + "gulp-concat": "*", + "gulp-header": "*", + "gulp-jsbeautifier": "*", + "gulp-download": "*" }, "repository": { - "type": "git", - "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" + "type": "git", + "url": "https://github.com/NextStepWebs/simplemde-markdown-editor" } }