diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-01-08 12:38:18 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-08 13:40:06 -0500 |
commit | 25d0afa51e08c00556c9e6906851d771a851ae23 (patch) | |
tree | 485907611018697b9a406d4ebc9520bfc7c7545f /Gruntfile.js | |
parent | 704de8180f220afa1efd7bd65e9aeb9007a4f238 (diff) | |
download | jquery-25d0afa51e08c00556c9e6906851d771a851ae23.tar.gz jquery-25d0afa51e08c00556c9e6906851d771a851ae23.zip |
Release: compat -> 1.x. Remove compat-specific release semantics
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c5c111161..41d7b616d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -174,7 +174,7 @@ module.exports = function( grunt ) { beautify: { "ascii_only": true }, - banner: "/*! jQuery Compat v<%= pkg.version %> | " + + banner: "/*! jQuery v<%= pkg.version %> | " + "(c) jQuery Foundation | jquery.org/license */", compress: { "hoist_funs": false, |