diff options
author | Kimsible <1877318+kimsible@users.noreply.github.com> | 2020-11-07 22:59:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 22:59:58 +0100 |
commit | 98b94643127d881cbc09a12812185aed44173f16 (patch) | |
tree | 69759b1a15c1f013c2f4ee411a7abf4d19298bc1 /client/package.json | |
parent | a4879b53759ac8db1405351103c7a4a8a700a768 (diff) | |
download | PeerTube-98b94643127d881cbc09a12812185aed44173f16.tar.gz PeerTube-98b94643127d881cbc09a12812185aed44173f16.tar.zst PeerTube-98b94643127d881cbc09a12812185aed44173f16.zip |
render html/markdown for new comment notification email (#3255)
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 986a0a42b..cb6f77166 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -94,7 +94,7 @@ | |||
94 | "karma-jasmine-html-reporter": "^1.5.0", | 94 | "karma-jasmine-html-reporter": "^1.5.0", |
95 | "linkifyjs": "^2.1.5", | 95 | "linkifyjs": "^2.1.5", |
96 | "lodash-es": "^4.17.4", | 96 | "lodash-es": "^4.17.4", |
97 | "markdown-it": "^11.0.0", | 97 | "markdown-it": "11.x", |
98 | "node-sass": "^4.9.3", | 98 | "node-sass": "^4.9.3", |
99 | "npm-font-source-sans-pro": "^1.0.2", | 99 | "npm-font-source-sans-pro": "^1.0.2", |
100 | "p2p-media-loader-hlsjs": "^0.6.2", | 100 | "p2p-media-loader-hlsjs": "^0.6.2", |