Skip to content

Commit

Permalink
Bumping chromedriver version to 83 as to support Chrome v83 (#26)
Browse files Browse the repository at this point in the history
* Bumping chromedriver version to 83.

* Updating package-lock.json after chromedriver bump.

* Bumping package version for publish.
  • Loading branch information
KyleBastien committed Jun 4, 2020
1 parent 69eb21b commit 13c13cf
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 91 deletions.
178 changes: 89 additions & 89 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepper-mint",
"version": "2.2.0",
"version": "2.2.1",
"description": "An unofficial API for mint.com",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/dhleong/pepper-mint",
"dependencies": {
"chromedriver": "^80.0.1",
"chromedriver": "^83.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"selenium-webdriver": "^3.6.0"
Expand Down

0 comments on commit 13c13cf

Please sign in to comment.