mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
requirements: Add emoji-datasource-google package as a dependency.
This package contains individual images for emojis that we will be using in email notifications.
This commit is contained in:
committed by
Tim Abbott
parent
fa87762717
commit
2e80bc50bb
@@ -9,6 +9,7 @@
|
|||||||
"@types/webpack": "3.0.5",
|
"@types/webpack": "3.0.5",
|
||||||
"clipboard": "1.5.16",
|
"clipboard": "1.5.16",
|
||||||
"emoji-datasource": "3.0.0",
|
"emoji-datasource": "3.0.0",
|
||||||
|
"emoji-datasource-google": "3.0.0",
|
||||||
"expose-loader": "0.7.3",
|
"expose-loader": "0.7.3",
|
||||||
"fuzzysearch": "1.0.3",
|
"fuzzysearch": "1.0.3",
|
||||||
"handlebars": "4.0.6",
|
"handlebars": "4.0.6",
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
ZULIP_VERSION = "1.6.0+git"
|
ZULIP_VERSION = "1.6.0+git"
|
||||||
PROVISION_VERSION = '9.13'
|
PROVISION_VERSION = '9.14'
|
||||||
|
|||||||
Reference in New Issue
Block a user