diff options
| author | otofune <otofune@gmail.com> | 2017-02-28 20:33:27 +0000 |
|---|---|---|
| committer | otofune <otofune@gmail.com> | 2017-03-01 03:19:24 +0000 |
| commit | 67ea1498ff128e6121e9897aa7093107ccfacab6 (patch) | |
| tree | 66a639bf3a266a68cdd54f67255a270cd7dbc6de /package.json | |
| parent | Fix type (diff) | |
| download | misskey-67ea1498ff128e6121e9897aa7093107ccfacab6.tar.gz misskey-67ea1498ff128e6121e9897aa7093107ccfacab6.tar.bz2 misskey-67ea1498ff128e6121e9897aa7093107ccfacab6.zip | |
[common] text & [web] common > scripts > text compiler: support emoji
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index ed70e73fd7..c3b3e9e859 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,7 @@ "deepcopy": "0.6.3", "download": "5.0.3", "elasticsearch": "12.1.3", + "emojinize": "1.0.0", "escape-html": "1.0.3", "escape-regexp": "0.0.1", "event-stream": "3.3.4", |