Run jshint as part of npm test

This commit is contained in:
kangax 2013-03-09 15:28:14 +01:00
parent 79575b9dc7
commit f0f5109951

View file

@ -11,7 +11,7 @@
}],
"scripts": {
"build": "node build.js modules=ALL exclude=json,cufon,gestures",
"test": "node test.js"
"test": "node test.js && jshint src"
},
"dependencies": {
"canvas": "~1.0.0",