Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit f00e8b0

Browse files
author
Cdok
committed
removes hardcoded 2018 year for testing
1 parent 65cb0be commit f00e8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyright/copyright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const blackBG = '\x1b[40m'
1616
const defaultBG = '\x1b[49m'
1717
const defaultFG = '\x1b[39m'
1818

19-
const currentYear = 2018 // new Date().getFullYear()
19+
const currentYear = new Date().getFullYear()
2020
const langs = {}
2121

2222
let lintMode = true

0 commit comments

Comments
 (0)