diff options
author | David Mehren | 2020-11-11 20:20:24 +0100 |
---|---|---|
committer | David Mehren | 2020-11-11 20:20:24 +0100 |
commit | 5bd8d9f03e796a0897220b2ea19eb7e29e9c2681 (patch) | |
tree | f864c688a642eeb3a57f99b1c6d46304fce36e26 | |
parent | 056af03b7cd832265d68b6a7c95a1d277caaf612 (diff) |
Use our fork of CodeMirror
Signed-off-by: David Mehren <git@herrmehren.de>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index fc1716b7..1f0f2ce3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bootstrap-validator": "^0.11.8", "chance": "^1.0.4", "cheerio": "^0.22.0", - "codemirror": "git+https://github.com/hackmdio/CodeMirror.git", + "codemirror": "git+https://github.com/codimd/CodeMirror.git", "compression": "^1.6.2", "connect-flash": "^0.1.1", "connect-session-sequelize": "^6.0.0", @@ -2363,7 +2363,7 @@ code-point-at@^1.0.0: "codemirror@git+https://github.com/codimd/CodeMirror.git": version "5.58.2" - resolved "git+https://github.com/codimd/CodeMirror.git#14d7274d417005fbce00f94c8e56a9568c7fb012" + resolved "git+https://github.com/codimd/CodeMirror.git#f780b569b3717cdff4c8507538cc63101bfa02e1" collapse-white-space@^1.0.2: version "1.0.6" |