Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aurmeneta committed Aug 26, 2021
1 parent 7e1b423 commit 3975f73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid19-stats",
"version": "1.1.1",
"version": "1.1.2",
"description": "Retrieve worldometers' live statistics of the Covid-19 pandemic. Scraper of worldometers.info",
"main": "index.js",
"repository": {
Expand All @@ -22,5 +22,8 @@
"scripts": {
"test": "node test/test.js",
"preversion": "npm run test"
},
"devDependencies": {
"prettier": "^2.3.2"
}
}
}

0 comments on commit 3975f73

Please sign in to comment.