We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc80c1 commit a5bd476Copy full SHA for a5bd476
README.md
@@ -1,6 +1,6 @@
1
<table><tr>
2
<td><img src="https://github.com/pubref/rules_protobuf/blob/master/images/bazel.png" width="120"/></td>
3
-<td><img src="https://node-os.com/images/nodejs.png" width="120"/></td>
+<td><img src="https://nodejs.org/static/images/logo.svg" width="120"/></td>
4
</tr><tr>
5
<td>Bazel</td>
6
<td>NodeJs</td>
@@ -15,8 +15,8 @@ dependencies. This will download the nodejs toolchain including
15
```python
16
git_repository(
17
name = "org_pubref_rules_node",
18
- tag = "v0.3.3",
19
remote = "https://github.com/pubref/rules_node.git",
+ commit = "{HEAD}",
20
)
21
22
load("@org_pubref_rules_node//node:rules.bzl", "node_repositories")
0 commit comments