spotr 1.0.0-alpha.2 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,10 +2,12 @@
2
2
 
3
3
  # Spotr
4
4
 
5
- A powerful and minimal client-side fuzzy search library with zero dependencies.
5
+ A powerful fuzzy search library for client-side collections.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/spotr.svg)](https://www.npmjs.com/package/spotr) [![bundle size](https://img.shields.io/badge/bundle%20size-3.4%20kB%20gzipped-brightgreen)](https://bundlephobia.com/package/spotr) [![CI/CD](https://github.com/andymerskin/spotr/actions/workflows/ci.yml/badge.svg)](https://github.com/andymerskin/spotr/actions/workflows/ci.yml)
8
8
 
9
+ **[Homepage](https://andymerskin.github.io/spotr/)** • **[Examples](https://andymerskin.github.io/spotr/examples/)**
10
+
9
11
  ## Features
10
12
 
11
13
  - **Zero Dependencies** - Custom Levenshtein implementation, no external deps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotr",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "A powerful and minimal client-side fuzzy search library",
5
5
  "author": "Andy Merskin <andymerskin@gmail.com>",
6
6
  "license": "MIT",