hiddentao / fast-levenshtein

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

1.0.5 cannot be used with browserify #6

Closed sballesteros closed 9 years ago

sballesteros commented 9 years ago

see the comment here: https://github.com/hiddentao/fast-levenshtein/commit/95bd72c1f56dabcf85592cb4a39df83ee8b126ed

sballesteros commented 9 years ago

https://github.com/hiddentao/fast-levenshtein/commit/f336e1ec091555e1c3b3133b48345903168ffcea fixes it thanks! Can you publish 1.0.6 on npm?

hiddentao commented 9 years ago

Sorry, forgot to publish. Should be there now.

On 18/12/2014 00:25, Sebastien Ballesteros wrote:

https://github.com/hiddentao/fast-levenshtein/commit/f336e1ec091555e1c3b3133b48345903168ffcea fixes it thanks! Can you publish 1.0.6 on npm?


Reply to this email directly or view it on GitHub: https://github.com/hiddentao/fast-levenshtein/issues/6#issuecomment-67348367

Ramesh Nair

Freelance Web Developer

www.hiddentao.com www.github.com/hiddentao

sballesteros commented 9 years ago

yep thanks!