Skip to content

Commit 702ffca

Browse files
authored
Updates the readme for 1.0.0 (#135)
1 parent c0b4f4f commit 702ffca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2626

2727
http_archive(
2828
name = "rules_typescript_proto",
29-
sha256 = "cca55a4a8eb8489e8c8341355d9e69937685d831792d71c3051170e1c040d310",
30-
strip_prefix = "rules_typescript_proto-0.0.6",
29+
sha256 = "8e16f3c3d2ed8abc8935b9d177f056d1920b70ac1aff94477aa9761362982123",
30+
strip_prefix = "rules_typescript_proto-1.0.0",
3131
urls = [
32-
"https://github.com/Dig-Doug/rules_typescript_proto/archive/0.0.6.tar.gz",
32+
"https://github.com/Dig-Doug/rules_typescript_proto/archive/1.0.0.tar.gz",
3333
],
3434
)
3535

@@ -65,6 +65,8 @@ will need to include the following dependencies at runtime yourself:
6565

6666
For generating grpc output files, you'll also need the following in your `BUILD` file:
6767
```python
68+
load("@rules_typescript_proto//:index.bzl", "typescript_grpc_web_library", "typescript_grpc_node_library")
69+
6870
# For grpc-web support use:
6971
typescript_grpc_web_library(
7072
name = "test_ts_grpc_web",

0 commit comments

Comments
 (0)