Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix name for http_archive (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidyzoidzoid authored and Globegitter committed Nov 13, 2019
1 parent 1b494ad commit cfb0840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Ecosia specific JS Bazel rules to be used with the NodeJS rules
```py
# These rules depend on running Node.js
http_archive(
name = "com_github_bazelbuild_rules_nodejs",
name = "build_bazel_rules_nodejs",
urls = ["https://github.com/bazelbuild/rules_nodejs/archive/0.30.1.tar.gz"],
strip_prefix = "rules_nodejs-0.30.1",
sha256 = "50fa0f31ca1deb1cffde4cfb546bc6d15d6cac39880f6ff3c883d66f98736f4b",
Expand Down

0 comments on commit cfb0840

Please sign in to comment.