fixing some lint issues

This commit is contained in:
Gareth Jones
2013-08-29 16:56:40 +10:00
parent 46ad57b4e0
commit 5e144e4004
17 changed files with 181 additions and 123 deletions

View File

@@ -1,12 +1,12 @@
{
"build": "clean lint coverage test",
"build": "clean lint test coverage",
"lint": {
"type": "jshint"
},
"coverage": {
"type": "vows"
"type": "mocha-istanbul"
},
"test": {
"type": "vows"
"type": "mocha"
}
}