diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-07-14 11:47:12 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-07-14 11:47:12 +0300 |
commit | 903b0905432ca4e160e482c4c9c3157f74762b1a (patch) | |
tree | bcaf647258a8580fd92f07c99ff7c0b96555413b /package.json | |
parent | efd377128a2944900550cb08810878202e6808c5 (diff) | |
download | rspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.tar.gz rspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.zip |
[WebUI] Add map editor (requires a modern browser)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index f22abf878..cda030fb0 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "stylelint-config-standard": "*" }, "eslintIgnore": [ - "*.min.js" + "*.min.js", + "prism.js" ] } |