hiddentao / fast-levenshtein

Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support.
MIT License
592 stars 56 forks source link

Upgrade lodash? #10

Closed anselmbradford closed 8 years ago

anselmbradford commented 8 years ago

I got this warning elsewhere npm WARN deprecated lodash@1.0.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0. Sounds like this package is outdated.

hiddentao commented 8 years ago

Thanks, fixed in latest release.