Skip to content

Commit

Permalink
Update dist banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremenichelli committed Sep 20, 2017
1 parent 695005d commit 4f599c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/smoothscroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* smoothscroll v0.3.6 - 2017 Dustan Kasten, Jeremias Menichelli - MIT License */
/* smoothscroll v0.3.6 - 2017 - Dustan Kasten, Jeremias Menichelli - MIT License */
(function () {
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export default {
],
indent: true,
strict: false,
banner: `/* ${ pkg.title } v${ pkg.version } - ${ year } Dustan Kasten, Jeremias Menichelli - MIT License */`
banner: `/* ${ pkg.title } v${ pkg.version } - ${ year } - Dustan Kasten, Jeremias Menichelli - MIT License */`
};

0 comments on commit 4f599c7

Please sign in to comment.