aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-03-14 00:23:36 +0100
committerDave Methvin <dave.methvin@gmail.com>2013-04-04 12:27:21 -0400
commitba16ba2efcb0a7703d1332044de87bf12700a66e (patch)
tree777a0bafa09779ca073b0e4fc55db701ccce4d63 /Gruntfile.js
parent6da5eb10337c29c61ebc09fb8e3975509f58f419 (diff)
downloadjquery-ba16ba2efcb0a7703d1332044de87bf12700a66e.tar.gz
jquery-ba16ba2efcb0a7703d1332044de87bf12700a66e.zip
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 19f0f251e..2317544ad 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -7,7 +7,7 @@ module.exports = function( grunt ) {
"dist/jquery.min.map",
"dist/jquery.min.js"
],
- gzip = require("gzip-js"),
+ gzip = require("gzip-js"),
readOptionalJSON = function( filepath ) {
var data = {};
try {