From 9cb10f7258ece889262f30ff4f3d6642acbb6882 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 1 Jun 2019 11:58:14 -0700 Subject: Adding emoji support - Fixes #163 - Bad because it doubles the size of the codebase, and it breaks hot module reloading. Decide later on merge. --- ui/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/package.json') diff --git a/ui/package.json b/ui/package.json index 6bf41555..7f99e62f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -29,6 +29,7 @@ "jwt-decode": "^2.2.0", "markdown-it": "^8.4.2", "markdown-it-container": "^2.0.0", + "markdown-it-emoji": "^1.4.0", "moment": "^2.24.0", "rxjs": "^6.4.0", "terser": "^3.17.0" -- cgit v1.2.3