[third] Add lightweight fuzzysearch library.

This is intended to be used in the new /integrations page.
This commit is contained in:
Jack Zhang 2017-06-21 18:39:26 -07:00 committed by Tim Abbott
parent 0fc93278ca
commit 0c50f2ee09
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"dependencies": {
"clipboard": "1.5.16",
"expose-loader": "0.7.3",
"fuzzysearch": "1.0.3",
"handlebars": "4.0.6",
"i18next": "3.4.4",
"i18next-browser-languagedetector": "0.3.0",

View File

@ -1,2 +1,2 @@
ZULIP_VERSION = "1.6.0+git"
PROVISION_VERSION = '5.12'
PROVISION_VERSION = '5.13'