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:
Harshit Bansal 2017-09-19 09:00:35 +00:00 committed by Tim Abbott
parent fa87762717
commit 2e80bc50bb
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
"@types/webpack": "3.0.5",
"clipboard": "1.5.16",
"emoji-datasource": "3.0.0",
"emoji-datasource-google": "3.0.0",
"expose-loader": "0.7.3",
"fuzzysearch": "1.0.3",
"handlebars": "4.0.6",

View File

@ -1,2 +1,2 @@
ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '9.13'
PROVISION_VERSION = '9.14'