emoji: Switch to using emoji-datasource npm package.

This commit does the following things:
* Instead of using a manual tool for downloading sprite sheets, use
  `emoji-datasource` npm package.
* Modify the `build_emoji` script to use sprite sheets from the npm
  package.

Bumps PROVISION_VERSION.

Fixes: #4730.
This commit is contained in:
Harshit Bansal
2017-05-28 16:41:57 +05:30
committed by Tim Abbott
parent 420327b558
commit ebdd8c9e3d
5 changed files with 17 additions and 13 deletions

View File

@@ -1,2 +1,2 @@
ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '5.15'
PROVISION_VERSION = '5.16'