We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deef240 commit 109869cCopy full SHA for 109869c
package.json
@@ -1,13 +1,16 @@
1
{
2
"===== INFO =====": "",
3
"name": "fzf",
4
- "version": "0.3.0",
+ "version": "0.3.1",
5
"description": "Do fuzzy matching using FZF algorithm in JavaScript",
6
"license": "BSD-3-Clause",
7
"keywords": [
8
"fzf",
9
- "fuzzy-string-match",
10
- "fuzzy-search"
+ "fuzzy-search",
+ "fuzzy-match",
11
+ "fuzzy",
12
+ "search",
13
+ "find"
14
],
15
"homepage": "https://fzf.netlify.app",
16
"repository": "ajitid/fzf-for-js",
0 commit comments