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

Update node-csv dependency from git to git+ssh. #44

Closed sbabrass closed 8 years ago

sbabrass commented 8 years ago

Fixes #43

Prevents possible MITM and solves npm install error

sbabrass commented 8 years ago

Apparently, using git+ssh: breaks Travis test because of missing SSH key.