Fix JSHint issues

This commit is contained in:
Mohsen Azimi
2015-03-23 16:00:43 -07:00
parent 93c18d59b8
commit b58eee10e7
6 changed files with 8 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js;",
"serve": "./node_modules/gulp/bin/gulp.js serve;",
"pretest": "jshint .",
"test": "./node_modules/gulp/bin/gulp.js; ./node_modules/mocha/bin/mocha"
},
"repository": {