Skip to content

Commit

Permalink
Revert "Update CodeMirror for version 5.28.0"
Browse files Browse the repository at this point in the history
This reverts commit 4156b2b.
  • Loading branch information
sheabunge committed Sep 6, 2017
1 parent 7657304 commit 79e2dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/sheabunge/code-snippets/issues"
},
"dependencies": {
"codemirror": "^5.28.0"
"codemirror": "^5.25.2"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
Expand Down
2 changes: 1 addition & 1 deletion php/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function code_snippets_get_editor_atts( $override_atts, $json_encode ) {
* @uses wp_enqueue_script() to add the scripts to the queue
*/
function code_snippets_enqueue_codemirror() {
$codemirror_version = '5.28.0';
$codemirror_version = '5.25.2';
$url = plugin_dir_url( CODE_SNIPPETS_FILE );

/* Remove other CodeMirror styles */
Expand Down

0 comments on commit 79e2dcc

Please sign in to comment.