Skip to content

Commit

Permalink
fix: Fix missing lodash dependency (#39)
Browse files Browse the repository at this point in the history
A dependency on lodash was introduced in #35, but lodash was only a transitive dep for the launcher.  Since #35 made the dependency on it a direct one, it should be explicit in package.json.
  • Loading branch information
joeyparrish authored Apr 21, 2022
1 parent adc7898 commit cc3f4c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 32 deletions.
43 changes: 11 additions & 32 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"author": "Joey Parrish <joeyparrish@google.com>",
"dependencies": {
"lodash": "^4.17.21",
"wd": "^1.14.0",
"webdriver-installer": "^1.1.4"
},
Expand Down

0 comments on commit cc3f4c0

Please sign in to comment.