From 47ea7f7702cd67bb81a2e75fd22f03778444ddec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Mon, 7 Mar 2016 12:23:36 +0100 Subject: [PATCH] Add jshint as dev dependency (required for gulp-jshint) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 78b608cd..0b29c641 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "gulp-jscs": "^3.0.2", "gulp-jscs-stylish": "^1.3.0", "gulp-jshint": "^2.0.0", + "jshint": "^2.9.1", "jshint-stylish": "~2.1.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0"