diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-08-08 12:01:28 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-14 15:03:38 +0200 |
commit | 0672dc769b6ee42b4357748c62aaeabf8801c472 (patch) | |
tree | 54b206fcbe25129ee57a81c6130222a28775fe43 /client/package.json | |
parent | 438c256b2672fa9539b703e6f28d4b70ef3dccfb (diff) | |
download | PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.tar.gz PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.tar.zst PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.zip |
Add unicode emoji to markdown
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 9769cc813..11e3bf45b 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -61,6 +61,7 @@ | |||
61 | "@types/linkifyjs": "^2.1.2", | 61 | "@types/linkifyjs": "^2.1.2", |
62 | "@types/lodash-es": "^4.17.0", | 62 | "@types/lodash-es": "^4.17.0", |
63 | "@types/markdown-it": "^10.0.1", | 63 | "@types/markdown-it": "^10.0.1", |
64 | "@types/markdown-it-emoji": "^1.4.0", | ||
64 | "@types/node": "^14.0.14", | 65 | "@types/node": "^14.0.14", |
65 | "@types/sanitize-html": "1.23.2", | 66 | "@types/sanitize-html": "1.23.2", |
66 | "@types/socket.io-client": "^1.4.32", | 67 | "@types/socket.io-client": "^1.4.32", |