mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
10
node_modules/valid-url/Makefile
generated
vendored
Normal file
10
node_modules/valid-url/Makefile
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
TAP=node_modules/.bin/tap
|
||||
LINT=node_modules/.bin/jshint
|
||||
|
||||
test: lint
|
||||
$(TAP) test/*.js
|
||||
|
||||
lint:
|
||||
$(LINT) index.js
|
||||
$(LINT) test/*.js
|
||||
|
Reference in New Issue
Block a user