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

Add support for iojs #21

Closed timhudson closed 9 years ago

timhudson commented 9 years ago

This adds testing on 0.12 and iojs to Travis CI and updates microtime to support installing on both those versions. Without updating microtime, npm install fails on 0.12 and iojs.

brianreavis commented 9 years ago

Thanks @timhudson!