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:48:51 -0400 |
commit | 3c7dd23d1f7e742a8c63a1b6d49365f52285f1e0 (patch) | |
tree | a1e789c5d01035eb5f3f98241e8384ab327879ce /package.json | |
parent | ed66609a70151b6634a86de490ecbbe96ece0a7d (diff) | |
download | jquery-3c7dd23d1f7e742a8c63a1b6d49365f52285f1e0.tar.gz jquery-3c7dd23d1f7e742a8c63a1b6d49365f52285f1e0.zip |
Fix #13776: Add banner before generating source map. Close gh-1246.
(cherry picked from commit 9d16fe6283667396094d49559a37fc672c06252c)
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 b44de1e15..27c041fe5 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" |