Skip to content

Commit 1c383dc

Browse files
committed
Bump to v0.2.0 with new node_library rule.
1 parent a0c8473 commit 1c383dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<table><tr>
22
<td><img src="https://github.com/pubref/rules_protobuf/blob/master/images/bazel.png" width="120"/></td>
33
<td><img src="https://node-os.com/images/nodejs.png" width="120"/></td>
4-
<td><img src="https://www.npmjs.com/static/images/npm-logo.svg" width="120"/></td>
54
</tr><tr>
65
<td>Bazel</td>
76
<td>NodeJs</td>
8-
<td>npm</td>
97
</tr></table>
108

119
# `rules_node` [![Build Status](https://travis-ci.org/pubref/rules_node.svg?branch=master)](https://travis-ci.org/pubref/rules_node)
@@ -17,7 +15,7 @@ dependencies. This will download the nodejs toolchain including
1715
```python
1816
git_repository(
1917
name = "org_pubref_rules_node",
20-
tag = "v0.1.0",
18+
tag = "v0.2.0",
2119
remote = "https://github.com/pubref/rules_node.git",
2220
)
2321

0 commit comments

Comments
 (0)