Skip to content

Commit

Permalink
Update match-sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 4, 2020
1 parent 2806ce7 commit aa19e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const suggestions = [

A callback function to filter suggestion items with. The callback receives two arguments; a `suggestion` and the current `query` and must return a boolean value.

If no function is supplied the default filter is applied. Defaults to `null`.
If no function is supplied the default filter is applied. Defaults to `null`.

**Note:** This filter will be ignored if [suggestionsTransform](#suggestionsTransform-optional) is supplied.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"coveralls": "^3.0.0",
"jasmine": "^3.5.0",
"jsdom": "^16.1.0",
"match-sorter": "^4.1.0",
"match-sorter": "^4.2.0",
"nyc": "^15.0.0",
"prop-types": "^15.7.0",
"react": "^16.10.0",
Expand Down

0 comments on commit aa19e80

Please sign in to comment.