Skip to content

Commit

Permalink
🚀 RELEASE: v4.1.3 Update
Browse files Browse the repository at this point in the history
Merge pull request #99 from wareneutron/dev
  • Loading branch information
warengonzaga authored Jul 6, 2022
2 parents a25cdbb + a7a725e commit bb6e49d
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 753 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid19trackercli",
"version": "4.1.2",
"version": "4.1.3",
"description": "Track global COVID-19 cases from command line interface.",
"main": "dist/api.js",
"scripts": {
Expand Down Expand Up @@ -34,23 +34,23 @@
"@types/express": "^4.17.13",
"@types/minimist": "^1.2.2",
"@types/morgan": "^1.9.3",
"@types/node": "15.9.0",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0"
"@types/node": "18.0.3",
"nodemon": "^2.0.19",
"ts-node": "^10.8.2"
},
"bin": {
"covid": "./dist/cli.js"
},
"dependencies": {
"asciichart": "^1.5.25",
"axios": "^0.26.1",
"axios": "^0.27.2",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"colors": "^1.4.0",
"express": "^4.17.3",
"express": "^4.18.1",
"minimist": "^1.2.6",
"morgan": "^1.10.0",
"typescript": "^4.6.3",
"typescript": "^4.7.4",
"world-countries": "^4.0.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

1 comment on commit bb6e49d

@vercel
Copy link

@vercel vercel bot commented on bb6e49d Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.