You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
357 B
12 lines
357 B
diff --git a/Gruntfile.js b/Gruntfile.js
|
|
--- a/Gruntfile.js
|
|
+++ b/Gruntfile.js
|
|
@@ -13,7 +13,6 @@ module.exports = function( grunt ) {
|
|
|
|
var fs = require( "fs" ),
|
|
stripJSONComments = require( "strip-json-comments" ),
|
|
- gzip = require( "gzip-js" ),
|
|
srcHintOptions = readOptionalJSON( "src/.jshintrc" ),
|
|
newNode = !/^v0/.test( process.version ),
|
|
|