diff options
author | silverwind <me@silverwind.io> | 2022-02-26 16:47:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 23:47:52 +0800 |
commit | 329b9591601b444a645f14fd9e0ec086a6bb7eeb (patch) | |
tree | 52d97d279d87a948e76497c43166bf19ac15b013 /package.json | |
parent | 6d55a132a5b706e05cfdd02f8ff597972665c554 (diff) | |
download | gitea-329b9591601b444a645f14fd9e0ec086a6bb7eeb.tar.gz gitea-329b9591601b444a645f14fd9e0ec086a6bb7eeb.zip |
Remove CodeMirror dependencies (#18911)
EasyMDE already loads all the modes and plugins it needs, so there is no reason for neither the webpack dependency nor the vendored copy
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 27ad1173e1..b8ab231540 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "@claviska/jquery-minicolors": "2.3.6", "@primer/octicons": "16.3.1", "add-asset-webpack-plugin": "2.0.1", - "codemirror": "5.65.2", "css-loader": "6.6.0", "dropzone": "6.0.0-beta.2", "easymde": "2.16.1", |