diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2018-06-07 06:22:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 06:22:14 +0000 |
commit | 36054f5dd42413ed5877db8c50fe9f1a3c6167c6 (patch) | |
tree | 9fd9d3861231d72fa57594d9665f99ee749f584f /package.json | |
parent | c00a69101902edfa35d8ef06e2f806cda21b9b27 (diff) | |
parent | b2e7b8b6005b0f4493bfd69e6f0a981bd16f09d9 (diff) | |
download | wallabag-36054f5dd42413ed5877db8c50fe9f1a3c6167c6.tar.gz wallabag-36054f5dd42413ed5877db8c50fe9f1a3c6167c6.tar.zst wallabag-36054f5dd42413ed5877db8c50fe9f1a3c6167c6.zip |
Merge pull request #3636 from flozz/syntax-highlight
Highlight code in articles using highlight.js
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e6659bd3..8d856bbb 100644 --- a/package.json +++ b/package.json | |||
@@ -65,6 +65,7 @@ | |||
65 | "dependencies": { | 65 | "dependencies": { |
66 | "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85", | 66 | "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85", |
67 | "hammerjs": "^2.0.8", | 67 | "hammerjs": "^2.0.8", |
68 | "highlight.js": "^9.12.0", | ||
68 | "icomoon-free-npm": "^0.0.0", | 69 | "icomoon-free-npm": "^0.0.0", |
69 | "jquery": "^2.1.4", | 70 | "jquery": "^2.1.4", |
70 | "jquery.cookie": "^1.4.1", | 71 | "jquery.cookie": "^1.4.1", |