File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ grunt.initConfig({
1818 options : {
1919 preserveComments : false ,
2020 banner : "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
21- "<%= grunt.template.today('m/d/yyyy') %>\\ n" +
22- "<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %> " +
23- "* Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
24- " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */"
21+ "<%= grunt.template.today('m/d/yyyy') %>\n" +
22+ " * <%= pkg.homepage %>\n " +
23+ " * Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
24+ " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n "
2525 } ,
2626 all : {
2727 files : {
Original file line number Diff line number Diff line change 11/*!
22 * jQuery Validation Plugin 1.12.0pre
33 *
4- * http://jqueryvalidation.org//
4+ * http://jqueryvalidation.org/
55 *
66 * Copyright 2013 Jörn Zaefferer
77 * Released under the MIT license:
You can’t perform that action at this time.
0 commit comments