mirror of https://github.com/zulip/zulip.git
[third] Add lightweight fuzzysearch library.
This is intended to be used in the new /integrations page.
This commit is contained in:
parent
0fc93278ca
commit
0c50f2ee09
|
@ -7,6 +7,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "1.5.16",
|
"clipboard": "1.5.16",
|
||||||
"expose-loader": "0.7.3",
|
"expose-loader": "0.7.3",
|
||||||
|
"fuzzysearch": "1.0.3",
|
||||||
"handlebars": "4.0.6",
|
"handlebars": "4.0.6",
|
||||||
"i18next": "3.4.4",
|
"i18next": "3.4.4",
|
||||||
"i18next-browser-languagedetector": "0.3.0",
|
"i18next-browser-languagedetector": "0.3.0",
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
ZULIP_VERSION = "1.6.0+git"
|
ZULIP_VERSION = "1.6.0+git"
|
||||||
PROVISION_VERSION = '5.12'
|
PROVISION_VERSION = '5.13'
|
||||||
|
|
Loading…
Reference in New Issue