UNPKG
manifester
Version:
latest (2.0.0)
2.0.0
0.0.3
0.0.2
0.0.1
A fingerprint manifest reader.
github.com/thoughtindustries/manifester
thoughtindustries/manifester
manifester
/
Makefile
9 lines
(7 loc)
•
114 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
test: @./node_modules/.bin/mocha \
--require
should \
--reporter
spec \
--harmony
\
--bail
.PHONY: test