diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-04-18 13:19:22 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-04-18 13:35:37 -0400 |
commit | 9d16fe6283667396094d49559a37fc672c06252c (patch) | |
tree | b14d2994dac19941988bc7b4f436e297faddfae2 /package.json | |
parent | aae7abfeb6e9810d67947825c3d1302bb36be6b7 (diff) | |
download | jquery-9d16fe6283667396094d49559a37fc672c06252c.tar.gz jquery-9d16fe6283667396094d49559a37fc672c06252c.zip |
Fix #13776: Add banner before generating source map. Close gh-1246.
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 801848461..5d1d1d90d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "grunt-update-submodules": "0.2.0", "grunt-contrib-watch": "0.3.1", "grunt-contrib-jshint": "0.3.0", - "grunt-contrib-uglify": "0.1.2", + "grunt-contrib-uglify": "0.2.0", "grunt": "0.4.1", "gzip-js": "0.3.1", "testswarm": "0.2.2" |