jshint to be tested by default

This commit is contained in:
Raul Ochoa 2015-03-16 00:38:29 +01:00
parent b6d3785599
commit 87782b400d
2 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ jshint:
@echo "***jshint***"
@./node_modules/.bin/jshint lib/
test-all: jshint test
check: test
.PHONY: pre-install test

View File

@ -45,7 +45,7 @@
},
"scripts": {
"preinstall": "make pre-install",
"test": "make test"
"test": "make test-all"
},
"engines": {
"node": ">=0.8 <0.11",