diff --git a/client/gulpfile.js b/client/gulpfile.js index 3777623..4330771 100644 --- a/client/gulpfile.js +++ b/client/gulpfile.js @@ -36,7 +36,7 @@ var paths = { }; gulp.task('lint', function() { - return gulp.src('scripts/*.js') + gulp.src('scripts/*.js') .pipe(jshint()) .pipe(jshint.reporter('default')); }); diff --git a/server/package.json b/server/package.json index 545e458..8727888 100644 --- a/server/package.json +++ b/server/package.json @@ -11,6 +11,9 @@ "license": "BSD-2-Clause", "dependencies": { "express": "~4.5.1", + "gulp": "^3.8.8", + "gulp-jshint": "^1.8.5", + "gulp-nodemon": "^1.0.4", "mysql": "^2.5.0", "underscore": "^1.6.0" }