Update to 1.7.2 and rebuild

patch-ionaru
Wes Cossick 9 years ago
parent 54f80c1f0f
commit c6e3a4bf55

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

File diff suppressed because one or more lines are too long

@ -22,7 +22,7 @@ gulp.task("downloads-codemirror", function(callback) {
//"https://raw.githubusercontent.com/codemirror/CodeMirror/master/addon/edit/tablist.js", //waiting for PRs
"https://raw.githubusercontent.com/codemirror/CodeMirror/master/addon/display/fullscreen.js",
"https://raw.githubusercontent.com/codemirror/CodeMirror/master/addon/mode/overlay.js",
//"https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/gfm/gfm.js", //waiting for PRs
"https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/gfm/gfm.js",
"https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/markdown/markdown.js",
"https://raw.githubusercontent.com/codemirror/CodeMirror/master/mode/xml/xml.js"];

@ -1,6 +1,6 @@
{
"name": "simplemde",
"version": "1.7.1",
"version": "1.7.2",
"description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.",
"keywords": [
"embeddable",

Loading…
Cancel
Save