Skip to content

Commit 72d05c2

Browse files
Update grunt-contrib-uglify to version 2.0.0
Closes js-cookiegh-248.
1 parent ec189f1 commit 72d05c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = function (grunt) {
7373
compress: {
7474
unsafe: true
7575
},
76+
screwIE8: false,
7677
banner: '/*! <%= pkg.name %> v<%= pkg.version %> | <%= pkg.license %> */\n'
7778
},
7879
build: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"grunt-contrib-jshint": "1.0.0",
3434
"grunt-contrib-nodeunit": "1.0.0",
3535
"grunt-contrib-qunit": "1.2.0",
36-
"grunt-contrib-uglify": "1.0.2",
36+
"grunt-contrib-uglify": "2.0.0",
3737
"grunt-contrib-watch": "1.0.0",
3838
"grunt-jscs": "3.0.1",
3939
"grunt-saucelabs": "9.0.0",

0 commit comments

Comments
 (0)