Apparently codemirror v5.8.1 is not on npm yet

This commit is contained in:
Maarten Winter 2015-11-17 14:40:46 +01:00
parent 1ae5e67fc6
commit a7880fb3f2

View File

@ -21,7 +21,7 @@
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
},
"dependencies": {
"codemirror": "^5.8.1",
"codemirror": "^5.8.0",
"codemirror-spell-checker": "nextstepwebs/codemirror-spell-checker",
"marked": "0.3.5"
},