We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent 9b67b4c commit 5fb258bCopy full SHA for 5fb258b
grunt.js
@@ -39,7 +39,7 @@ module.exports = function( grunt ) {
39
pkg: "<json:package.json>",
40
dst: readOptionalJSON("dist/.destination.json"),
41
meta: {
42
- banner: "/*! jQuery v@<%= pkg.version %> jquery.com | jquery.org/license */"
+ banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */"
43
},
44
compare_size: {
45
files: distpaths
0 commit comments