about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-07-03 02:02:36 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-07-03 11:02:36 +0200
commite28258010182b56f27cfbd3f9f9a58fd9cd8870d (patch)
tree73cc02af9c609f1b542075fc11291bac3963a227 /package.json
parent331f0953e9c1855b8195af756e83fee98600d1b8 (diff)
Faster emojify() by avoiding str.replace() entirely (#4049)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7fa80a0c2..d5c05dae3 100644
--- a/package.json
+++ b/package.json
@@ -102,6 +102,7 @@
     "sass-loader": "^6.0.6",
     "stringz": "^0.2.2",
     "style-loader": "^0.18.2",
+    "substring-trie": "^1.0.0",
     "throng": "^4.0.0",
     "tiny-queue": "^0.2.1",
     "uuid": "^3.1.0",