Skip to content

Commit

Permalink
[build] 0.2.5
Browse files Browse the repository at this point in the history
close #3
  • Loading branch information
toxic-johann committed Jan 16, 2018
1 parent 02ff169 commit 117ee72
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 169 deletions.
2 changes: 1 addition & 1 deletion build/rollup.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { version, name, author, license, dependencies } = require('../package.jso
export const banner = `
/**
* ${name} v${version}
* (c) 2017 ${author}
* (c) 2017-${(new Date().getFullYear())} ${author}
* Released under ${license}
*/
`;
Expand Down
Loading

0 comments on commit 117ee72

Please sign in to comment.