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({
18
18
options : {
19
19
preserveComments : false ,
20
20
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 "
25
25
} ,
26
26
all : {
27
27
files : {
Original file line number Diff line number Diff line change 1
1
/*!
2
2
* jQuery Validation Plugin 1.12.0pre
3
3
*
4
- * http://jqueryvalidation.org//
4
+ * http://jqueryvalidation.org/
5
5
*
6
6
* Copyright 2013 Jörn Zaefferer
7
7
* Released under the MIT license:
You can’t perform that action at this time.
0 commit comments