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

Bump microtime to fix installing on Node v6 #40

Closed crccheck closed 8 years ago

crccheck commented 8 years ago

Bump microtime to 2.1.x to get this fix: https://github.com/wadey/node-microtime/issues/42

Fixes error: no type named 'GCEpilogueCallback' in 'v8::Isolate' when installing nan requirement of microtime requirement in Node 6.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.434% when pulling 4cee23a146ca3e7b6f3e63bc248bbb5608650611 on crccheck:patch-1 into ffdbe79665fe30498f7fab2744c9f8734d0cc7e8 on brianreavis:master.

brianreavis commented 8 years ago

Thanks!