Comparing version 2.2.7 to 2.2.8
{ | ||
"name": "levdist", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"description": "A minimal algorithm for computing Levenshtein distance in JavaScript.", | ||
@@ -36,4 +36,7 @@ "main": "lib/index.js", | ||
"cli.js", | ||
"index.js" | ||
"index.js", | ||
"bloggify.js", | ||
"bloggify.json", | ||
"bloggify/" | ||
] | ||
} |
@@ -0,5 +1,7 @@ | ||
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
# levdist | ||
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Version](https://img.shields.io/npm/v/levdist.svg)](https://www.npmjs.com/package/levdist) [![Downloads](https://img.shields.io/npm/dt/levdist.svg)](https://www.npmjs.com/package/levdist) | ||
[![Support me on Patreon][badge_patreon]][patreon] [![Buy me a book][badge_amazon]][amazon] [![PayPal][badge_paypal_donate]][paypal-donations] [![Ask me anything](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](https://github.com/IonicaBizau/ama) [![Version](https://img.shields.io/npm/v/levdist.svg)](https://www.npmjs.com/package/levdist) [![Downloads](https://img.shields.io/npm/dt/levdist.svg)](https://www.npmjs.com/package/levdist) | ||
@@ -28,2 +30,4 @@ > A minimal algorithm for computing Levenshtein distance in JavaScript. | ||
## :question: Get Help | ||
@@ -35,3 +39,3 @@ | ||
2. For bug reports and feature requests, open issues. :bug: | ||
3. For direct and quick help from me, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: | ||
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: | ||
@@ -46,2 +50,3 @@ | ||
#### Params | ||
- **String** `s`: The first string. | ||
@@ -67,2 +72,3 @@ - **String** `t`: The second string. | ||
- Starring and sharing the projects you like :rocket: | ||
- [![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin: :book: | ||
- [![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea: | ||
@@ -69,0 +75,0 @@ - [![Support me on Patreon][badge_patreon]][patreon]—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone). |
7567
103