Files
angular-docs-cn/WORKSPACE
T

17 lines
480 B
Python
Raw Normal View History

2017-06-02 09:43:52 -07:00
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "build_bazel_rules_typescript",
2017-06-20 21:08:20 -07:00
remote = "https://github.com/bazelbuild/rules_typescript.git",
tag = "0.0.5",
2017-06-02 09:43:52 -07:00
)
load("@build_bazel_rules_typescript//:defs.bzl", "node_repositories")
2017-06-02 09:43:52 -07:00
2017-06-20 21:08:20 -07:00
node_repositories(package_json = "//:package.json")
git_repository(
name = "build_bazel_rules_angular",
remote = "https://github.com/bazelbuild/rules_angular.git",
tag = "0.0.1",
)