aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-08-08 12:01:28 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-14 15:03:38 +0200
commit0672dc769b6ee42b4357748c62aaeabf8801c472 (patch)
tree54b206fcbe25129ee57a81c6130222a28775fe43 /package.json
parent438c256b2672fa9539b703e6f28d4b70ef3dccfb (diff)
downloadPeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.tar.gz
PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.tar.zst
PeerTube-0672dc769b6ee42b4357748c62aaeabf8801c472.zip
Add unicode emoji to markdown
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4e4e58878..02c456e82 100644
--- a/package.json
+++ b/package.json
@@ -202,6 +202,7 @@
202 "eslint-plugin-standard": "^4.0.1", 202 "eslint-plugin-standard": "^4.0.1",
203 "libxmljs": "0.19.7", 203 "libxmljs": "0.19.7",
204 "maildev": "^1.0.0-rc3", 204 "maildev": "^1.0.0-rc3",
205 "markdown-it-emoji": "^1.4.0",
205 "marked": "^1.1.0", 206 "marked": "^1.1.0",
206 "marked-man": "^0.7.0", 207 "marked-man": "^0.7.0",
207 "mocha": "^8.0.1", 208 "mocha": "^8.0.1",
@@ -219,7 +220,7 @@
219 "_moduleAliases": { 220 "_moduleAliases": {
220 "@server": "dist/server" 221 "@server": "dist/server"
221 }, 222 },
222 "bundlewatch" : { 223 "bundlewatch": {
223 "files": [ 224 "files": [
224 { 225 {
225 "path": "client/dist/en-US/*-es2015.js", 226 "path": "client/dist/en-US/*-es2015.js",