From 1f37597b6fe0afc03720ef9380c347a1c5d9d304 Mon Sep 17 00:00:00 2001 From: kayone Date: Sun, 10 Nov 2013 20:17:44 -0800 Subject: [PATCH] added jshint to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 13dce8658..71db95c3a 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "grunt-curl": "*", "grunt-notify": "*", "grunt-contrib-clean": "*", - "grunt-contrib-requirejs": "*" + "grunt-contrib-requirejs": "*", + "grunt-contrib-jshint": "*" } }