Skip to content

Commit

Permalink
Point to a pre-release version of rules_typescript. (#847)
Browse files Browse the repository at this point in the history
This is to fix #846, since we don't have push rights to
rules_typescript, for now just point to a custom fork for the repo.
  • Loading branch information
rkirov committed Jun 28, 2018
1 parent 249273f commit 5474fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -35,9 +35,9 @@ http_archive(

http_archive(
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.15.0.zip",
strip_prefix = "rules_typescript-0.15.0",
sha256 = "1aa75917330b820cb239b3c10a936a10f0a46fe215063d4492dd76dc6e1616f4",
url = "https://github.com/rkirov/rules_typescript/archive/v0.16.0.zip",
strip_prefix = "rules_typescript-0.16.0",
sha256 = "f5aedd3a792e5af19cd0c0f0318cb692e2989e816e896e794152d07808fccacd",
)

load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
Expand Down

0 comments on commit 5474fb7

Please sign in to comment.