Skip to content

Commit

Permalink
Update typescript commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jun 5, 2019
1 parent 3346bc6 commit c849595
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/typescript/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ rules_nodejs_dev_dependencies()

# We use git_repository since Renovate knows how to update it.
# With http_archive it only sees releases/download/*.tar.gz urls

# TODO(gregmagolan): switch to https://github.com/bazelbuild/rules_typescript/ HEAD when the changes are ready for release
git_repository(
name = "build_bazel_rules_typescript",
commit = "586ec251a06852ab4db36003198eec0e20b48389",
remote = "http://github.com/gregmagolan/rules_typescript.git",
commit = "6521ce4e0d4959eaf46a4738d45f3f480d4af25f",
remote = "http://github.com/bazelbuild/rules_typescript.git",
)

# We have a source dependency on build_bazel_rules_typescript
Expand Down

0 comments on commit c849595

Please sign in to comment.