UNPKG
fuzzysearch-js
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.3
FuzzySearching in JS
github.com/unlooped/FuzzySearchJS
fuzzysearch-js
/
Makefile
10 lines
(7 loc)
•
133 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
lint: @./node_modules/.bin/jshint \ ./js/*
test
: lint @./node_modules/.bin/mocha --reporter spec \
test
/**/*.js .PHONY:
test