Skip to content

Commit db2e032

Browse files
committed
Update years in footer
1 parent 0a8b915 commit db2e032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config = {
1616
react: 'React',
1717
},
1818
banner: `/*! ${pkg.name} !*/`,
19-
footer: `/* Copyright ${(new Date()).getFullYear()} - ${pkg.author} */`,
19+
footer: `/* Copyright 2018 - ${(new Date()).getFullYear()} - ${pkg.author} */`,
2020
},
2121
external: [
2222
'react',

0 commit comments

Comments
 (0)