Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
fix github security warning, optimize ls information
Browse files Browse the repository at this point in the history
  • Loading branch information
antiwinter committed Jul 18, 2019
1 parent a2be581 commit 89485ac
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 1,074 deletions.
7 changes: 5 additions & 2 deletions core.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,14 @@ let core = {
for (let k in wowaads) {
let v = wowaads[k]
// t.cell('Size', numeral(v.size).format('0.0 b'))
t.cell(cl.x('Addon keys'), cl.h(k))

t.cell(cl.x('Version'), cl.i2(v.version))
t.cell(cl.x('Source'), cl.i(v.source))
t.cell(
cl.x('Version'),
cl.x('Update'),
cl.i(moment(v.update * 1000).format('MM/DD/YYYY'))
)
t.cell(cl.x('Addon keys'), cl.h(k))
t.newRow()
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"x-ray": "^2.3.3"
},
"name": "wowa",
"version": "1.0.5",
"version": "1.0.6",
"description": "Manage World of Warcraft addons, upload WCL, etc.",
"main": "index.js",
"devDependencies": {
Expand Down
Loading

0 comments on commit 89485ac

Please sign in to comment.