File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ module.exports = function (grunt)
1515 uglify : {
1616 options : {
1717 preserveComments : false ,
18- banner : '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
19- '<%= grunt.template.today("mm/dd/yyyy") %>\\r\\n' +
20- '<%= pkg.homepage ? "* " + pkg.homepage + "\\r\\n" : "" %>' +
21- '* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
22- ' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */'
18+ banner : '/*! <%= "\\r\\n * " + pkg.name %> v<%= pkg.version %> - <%= grunt.template.today("mm/dd/yyyy") + "\\r\\n" %>' +
19+ ' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %> <%= (pkg.homepage ? "(" + pkg.homepage + ")" : "") + "\\r\\n" %>' +
20+ ' * Licensed under <%= pkg.licenses[0].type + " " + pkg.licenses[0].url + "\\r\\n */\\r\\n" %>'
2321 } ,
2422 all : {
2523 files : {
Original file line number Diff line number Diff line change 11/*!
2- * jQuery Steps Plugin v0.8.2 - A powerful jQuery wizard plugin that supports accessibility and HTML5
2+ * jQuery Steps Plugin v0.9.0 - A powerful jQuery wizard plugin that supports accessibility and HTML5
33 * https://github.com/rstaib/jquery-steps
44 *
55 * Copyright (c) 2013 Rafael J. Staib
1515 * TODOs:
1616 * - Loading Animation (Spinner)
1717 * - Implement slideLeft animation
18- * - Fix bugs in insert and remove methods (add works fine)
19- * a. Add tests for add, insert and remove
18+ * - Add tests for add, insert and remove
2019 *
2120 * Planed Features:
2221 * - Progress bar
Original file line number Diff line number Diff line change 11{
22 "name" : " jQuery-steps" ,
33 "title" : " jQuery Wizard Plugin" ,
4- "version" : " 0.8.2 " ,
4+ "version" : " 0.9.0 " ,
55 "description" : " A powerful jQuery wizard plugin that supports accessibility and HTML5" ,
66 "homepage" : " https://github.com/rstaib/jquery-steps" ,
77 "author" : {
2323 ],
2424 "licenses" : [
2525 {
26- "license " : " MIT" ,
26+ "type " : " MIT" ,
2727 "url" : " http://www.opensource.org/licenses/MIT"
2828 }
2929 ],
You can’t perform that action at this time.
0 commit comments