Skip to content

Commit 394a955

Browse files
committed
provider and version in banner
1 parent 598115b commit 394a955

9 files changed

+115
-38
lines changed

conf/paths.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
, today = new Date()
77
, banner = ['/*',
88
' * ' + infos.name,
9-
' *',
9+
' * ' + infos.version,
10+
' * ',
1011
' * ' + infos.description,
1112
' * ' + infos.homepage,
1213
' * ',
1314
' * ' + infos.license + ' license',
14-
' * ' + today.toISOString(),
15+
' * ' + today.toDateString('yyyy-MM-dd'),
1516
' */',
1617
''].join('\n')
1718
, paths = {

dist/angular-tooltips.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.css.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)