Skip to content

Commit

Permalink
chore: rename typescript patch to its PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Mar 26, 2020
1 parent 8644816 commit f938b07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,12 @@ install_bazel_dependencies()
# Install npm_bazel_typescript dependencies
#

# Uncomment for local development
# local_repository(
# name = "build_bazel_rules_typescript",
# path = "../rules_typescript",
# )

# We use git_repository since Renovate knows how to update it.
# With http_archive it only sees releases/download/*.tar.gz urls
git_repository(
name = "build_bazel_rules_typescript",
commit = "10a5a86885f95ab788fd841ade47b6a16e0c13d6",
patches = ["//:rules_typescript.patch"],
patches = ["//:rules_typescript_pr_496.patch"],
remote = "http://github.com/bazelbuild/rules_typescript.git",
shallow_since = "1582757372 -0800",
)
Expand Down
File renamed without changes.

0 comments on commit f938b07

Please sign in to comment.