Bump to version 1.9.0

pull/189/head
Wes Cossick 9 years ago
parent 5706319644
commit 3f54710784

@ -1,6 +1,6 @@
{ {
"name": "simplemde", "name": "simplemde",
"version": "1.8.2", "version": "1.9.0",
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"authors": [ "authors": [
"Wes Cossick" "Wes Cossick"

@ -1,5 +1,5 @@
/** /**
* simplemde v1.8.2 * simplemde v1.9.0
* Copyright Next Step Webs, Inc. * Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/simplemde-markdown-editor * @link https://github.com/NextStepWebs/simplemde-markdown-editor
* @license MIT * @license MIT

@ -1,5 +1,5 @@
/** /**
* simplemde v1.8.2 * simplemde v1.9.0
* Copyright Next Step Webs, Inc. * Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/simplemde-markdown-editor * @link https://github.com/NextStepWebs/simplemde-markdown-editor
* @license MIT * @license MIT

@ -1,5 +1,5 @@
/** /**
* simplemde v1.8.2 * simplemde v1.9.0
* Copyright Next Step Webs, Inc. * Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/simplemde-markdown-editor * @link https://github.com/NextStepWebs/simplemde-markdown-editor
* @license MIT * @license MIT

@ -1,5 +1,5 @@
/** /**
* simplemde v1.8.2 * simplemde v1.9.0
* Copyright Next Step Webs, Inc. * Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/simplemde-markdown-editor * @link https://github.com/NextStepWebs/simplemde-markdown-editor
* @license MIT * @license MIT

@ -1,5 +1,5 @@
/** /**
* simplemde v1.8.2 * simplemde v1.9.0
* Copyright Next Step Webs, Inc. * Copyright Next Step Webs, Inc.
* @link https://github.com/NextStepWebs/simplemde-markdown-editor * @link https://github.com/NextStepWebs/simplemde-markdown-editor
* @license MIT * @license MIT

@ -1,69 +1,69 @@
{ {
"name": "simplemde", "name": "simplemde",
"version": "1.8.2", "version": "1.9.0",
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.", "description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
"keywords": [ "keywords": [
"embeddable", "embeddable",
"markdown", "markdown",
"editor", "editor",
"javascript", "javascript",
"wysiwyg" "wysiwyg"
], ],
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor", "homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"main": "./src/js/simplemde.js", "main": "./src/js/simplemde.js",
"license": "MIT", "license": "MIT",
"company": "Next Step Webs, Inc.", "company": "Next Step Webs, Inc.",
"author": { "author": {
"name": "Wes Cossick", "name": "Wes Cossick",
"url": "http://www.WesCossick.com" "url": "http://www.WesCossick.com"
}, },
"bugs": { "bugs": {
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues" "url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
}, },
"dependencies": { "dependencies": {
"codemirror": "codemirror/CodeMirror", "codemirror": "codemirror/CodeMirror",
"codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker", "codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker",
"marked": "0.3.5" "marked": "0.3.5"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^11.2.0", "browserify": "^11.2.0",
"browserify-shim": "^3.8.10", "browserify-shim": "^3.8.10",
"debug": "^2.2.0", "debug": "^2.2.0",
"eslint": "^1.6.0", "eslint": "^1.6.0",
"gulp": "*", "gulp": "*",
"gulp-concat": "*", "gulp-concat": "*",
"gulp-debug": "^2.1.1", "gulp-debug": "^2.1.1",
"gulp-eslint": "^1.0.0", "gulp-eslint": "^1.0.0",
"gulp-header": "*", "gulp-header": "*",
"gulp-jsbeautifier": "*", "gulp-jsbeautifier": "*",
"gulp-minify-css": "^1.2.1", "gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-uglify": "*", "gulp-uglify": "*",
"vinyl-source-stream": "^1.1.0", "vinyl-source-stream": "^1.1.0",
"vinyl-buffer": "*" "vinyl-buffer": "*"
}, },
"browserify": { "browserify": {
"transform": [ "transform": [
"browserify-shim" "browserify-shim"
] ]
}, },
"browser": { "browser": {
"spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js", "spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js",
"typo": "./node_modules/codemirror-spell-checker/src/js/typo.js" "typo": "./node_modules/codemirror-spell-checker/src/js/typo.js"
}, },
"browserify-shim": { "browserify-shim": {
"spell-checker": { "spell-checker": {
"depends": [ "depends": [
"typo:Typo", "typo:Typo",
"codemirror:CodeMirror" "codemirror:CodeMirror"
] ]
}, },
"typo": { "typo": {
"exports": "Typo" "exports": "Typo"
} }
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor" "url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
} }
} }
Loading…
Cancel
Save