Repository URL to install this package:
|
Version:
0.5.1 ▾
|
all : check test
test :
expresso test/*.test.js
check :
jslint index.js
.PHONY : test