Skip to content

Commit 1692b55

Browse files
authored
Readme fix (#139)
* - Fixes the readme * Removed commented code
1 parent 5cb87c3 commit 1692b55

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

Lines changed: 3 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 = "8e16f3c3d2ed8abc8935b9d177f056d1920b70ac1aff94477aa9761362982123",
30-
strip_prefix = "rules_typescript_proto-1.0.0",
29+
sha256 = "590e90978e9f92f0e0bb45bfb854b77e5a568fa8733b3cea143bbad98fcf3596",
30+
strip_prefix = "rules_typescript_proto-1.0.1",
3131
urls = [
32-
"https://github.com/Dig-Doug/rules_typescript_proto/archive/1.0.0.tar.gz",
32+
"https://github.com/Dig-Doug/rules_typescript_proto/archive/1.0.1.tar.gz",
3333
],
3434
)
3535

WORKSPACE

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,12 @@ load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
4646

4747
protobuf_deps()
4848

49-
load("@build_bazel_rules_nodejs//:package.bzl", "rules_nodejs_dev_dependencies")
50-
51-
rules_nodejs_dev_dependencies()
52-
5349
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
5450

5551
go_rules_dependencies()
5652

5753
go_register_toolchains()
5854

59-
load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")
60-
61-
stardoc_repositories()
62-
6355
load("@build_bazel_rules_nodejs//:index.bzl", "yarn_install")
6456

6557
yarn_install(

0 commit comments

Comments
 (0)