diff options
| author | XhmikosR <[email protected]> | 2015-11-12 09:17:26 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-11-12 09:17:26 +0200 |
| commit | 5a26a1386828758dbe0f132c2d02a3d46b5e0705 (patch) | |
| tree | 319132a02b2f0d651ae79d125a4897db9161131a /package.json | |
| parent | f4147c4da98c498316f03e6d76981c2497301e4e (diff) | |
| download | bootstrap-5a26a1386828758dbe0f132c2d02a3d46b5e0705.tar.xz bootstrap-5a26a1386828758dbe0f132c2d02a3d46b5e0705.zip | |
Downgrade grunt-contrib-uglify to fix the comments issue.
Fixes #18224.
[sauce skip]
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6f7651f7b..c73aa2513 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-contrib-cssmin": "~0.14.0", "grunt-contrib-qunit": "~0.7.0", "grunt-contrib-sass": "^0.9.2", - "grunt-contrib-uglify": "~0.10.0", + "grunt-contrib-uglify": "~0.9.2", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.1.0", "grunt-eslint": "^17.1.0", |
