Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Nov 3, 2022
1 parent 21e7bb9 commit 795663d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
118 changes: 59 additions & 59 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://alexjsully.me/"
}
],
"version": "2.0.2",
"version": "2.1.0",
"private": true,
"description": "This tool provides a method for scraping through NCBI's PubMed publications and retrieving (downloading) the figures from open access and publicly available publications.",
"main": "index.js",
Expand All @@ -19,11 +19,11 @@
"prettier": "prettier --write --end-of-line auto ./"
},
"dependencies": {
"@sentry/node": "^7.16.0",
"@sentry/tracing": "^7.16.0",
"@sentry/node": "^7.17.3",
"@sentry/tracing": "^7.17.3",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"jsdom": "^20.0.1",
"jsdom": "^20.0.2",
"lodash": "^4.17.21",
"throttled-queue": "^2.1.4"
},
Expand Down

0 comments on commit 795663d

Please sign in to comment.