Skip to content

Commit

Permalink
Fix url in banner comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed Apr 14, 2016
1 parent 156fad0 commit 81f2a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const banner = [
'/*!\n' +
' * <%= package.name %>\n' +
' * <%= package.description %>\n' +
' * http://github.com/<%= package.homepage %>\n' +
' * http://github.com/<%= package.repository %>\n' +
' * @author <%= package.author %>\n' +
' * @version <%= package.version %>\n' +
' * Copyright ' + new Date().getFullYear() + '. <%= package.license %> licensed.\n' +
Expand Down

0 comments on commit 81f2a1c

Please sign in to comment.