File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ module.exports = function( grunt ) {
259259 banner : "/*! jQuery v<%= pkg.version %> | " +
260260 "(c) JS Foundation and other contributors | jquery.org/license */" ,
261261 compress : {
262+ "pure_getters" : true ,
262263 "hoist_funs" : false ,
263264 loops : false ,
264- unused : false ,
265265
266266 // Support: IE <11
267267 // typeofs transformation is unsafe for IE9-10
@@ -317,6 +317,7 @@ module.exports = function( grunt ) {
317317 ] ) ;
318318
319319 grunt . registerTask ( "default" , [
320+
320321 "eslint:dev" ,
321322 "build:*:*" ,
322323 "uglify" ,
Original file line number Diff line number Diff line change 6363 "sizzle" : " 2.3.3" ,
6464 "strip-json-comments" : " 2.0.1" ,
6565 "testswarm" : " 1.1.0" ,
66- "uglify-js" : " 3.3.4 "
66+ "uglify-js" : " 3.3.12 "
6767 },
6868 "scripts" : {
6969 "build" : " npm install && grunt" ,
You can’t perform that action at this time.
0 commit comments