Skip to content

Commit

Permalink
fix authour name, alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Aug 8, 2020
1 parent 0100479 commit 64f8775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const platform = () => {
module.exports = (o) => {
return `
\n<-<-<================================================================================>->->
File generated by leekslazylogger v${version} by ${author} (${homepage})
File generated by leekslazylogger v${version} by ${author.name} (${homepage})
${o.name} | Log File
${timestamp('DDDD, n_D MMMM YYYY, HH:mm ampm')} (${Intl.DateTimeFormat().resolvedOptions().timeZone}) -->
Node: ${process.version} on '${platform()}' | Time format: '${o.timestamp}' | Date format: 'YYYY-MM-DD'
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leekslazylogger",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "An easy-to-use and lightweight Node.JS logger with file support, colours, and timestamps.",
"main": "lib/index.js",
"dependencies": {
Expand All @@ -14,7 +14,9 @@
"type": "git",
"url": "git+https://github.com/eartharoid/leekslazylogger.git"
},
"author": "eartharoid",
"author": {
"name": "eartharoid"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eartharoid/leekslazylogger/issues"
Expand Down

0 comments on commit 64f8775

Please sign in to comment.