Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
corevo committed Feb 12, 2020
1 parent 4c54775 commit d0b6ab1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
1 change: 0 additions & 1 deletion javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jasmine_node_test(
"@npm//rimraf",
"@npm//tmp",
"@npm//sinon",
"@npm//xml2js",
],
local = True,
deps = [
Expand Down
29 changes: 5 additions & 24 deletions javascript/node/selenium-webdriver/package-lock.json

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

3 changes: 1 addition & 2 deletions javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"dependencies": {
"jszip": "^3.1.5",
"rimraf": "^2.6.3",
"tmp": "0.0.30",
"xml2js": "^0.4.19"
"tmp": "0.0.30"
},
"devDependencies": {
"express": "^4.16.4",
Expand Down

0 comments on commit d0b6ab1

Please sign in to comment.