brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.09k stars 125 forks source link

microtime@2.0.x #32

Closed kenany closed 8 years ago

kenany commented 8 years ago

For Node.js v4 support.

JedWatson commented 8 years ago

@brianreavis could you publish this to npm please? it's still breaking on a default npm install sifter w/ node v4.x

brianreavis commented 8 years ago

Definitely – done: https://www.npmjs.com/package/sifter

JedWatson commented 8 years ago

Thanks!