Skip to content

Commit

Permalink
[Build] Updating rules_node
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jul 21, 2020
1 parent 21930d9 commit 519df0f
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 612 deletions.
8 changes: 2 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ selenium_register_dotnet()

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "d0c4bb8b902c1658f42eb5563809c70a06e46015d64057d25560b0eb4bdc9007",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.5.0/rules_nodejs-1.5.0.tar.gz"],
sha256 = "5bf77cc2d13ddf9124f4c1453dd96063774d755d4fc75d922471540d1c9a8ea8",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.0.0/rules_nodejs-2.0.0.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "npm_install")
Expand All @@ -98,10 +98,6 @@ npm_install(
package_lock_json = "//:package-lock.json",
)

load("@npm//:install_bazel_dependencies.bzl", "install_bazel_dependencies")

install_bazel_dependencies()

http_archive(
name = "rules_python",
patches = [
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary", "pkg_npm")
load("@npm_bazel_jasmine//:index.bzl", "jasmine_node_test")
load("//:copy_file.bzl", "copy_file")
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")

SRC_FILES = [
"CHANGES.md",
Expand Down
Loading

0 comments on commit 519df0f

Please sign in to comment.