Skip to content

Commit

Permalink
[JS] updating rules_nodejs to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 7, 2020
1 parent 8735ef9 commit 76dc0ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 = "4952ef879704ab4ad6729a29007e7094aef213ea79e9f2e94cbe1c9a753e63ef",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.2.0/rules_nodejs-2.2.0.tar.gz"],
sha256 = "64a71a64ac58b8969bb19b1c9258a973b6433913e958964da698943fb5521d98",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/2.2.1/rules_nodejs-2.2.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "npm_install")
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@bazel/bazel": "^2.1.0",
"@bazel/buildifier": "^0.22.0",
"@bazel/ibazel": "^0.10.3",
"@bazel/jasmine": "^2.2.0",
"@bazel/jasmine": "^2.2.1",
"@bazel/typescript": "^2.0.2",
"eslint-plugin-node": "^11.1.0",
"express": "^4.16.4",
Expand Down

0 comments on commit 76dc0ee

Please sign in to comment.