2017-06-02 12:43:52 -04:00
|
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
|
|
|
|
|
|
|
git_repository(
|
2017-06-21 00:08:20 -04:00
|
|
|
name = "io_bazel_rules_typescript",
|
|
|
|
remote = "https://github.com/bazelbuild/rules_typescript.git",
|
|
|
|
commit = "3a8404d",
|
2017-06-02 12:43:52 -04:00
|
|
|
)
|
|
|
|
|
2017-06-21 00:08:20 -04:00
|
|
|
load("@io_bazel_rules_typescript//:defs.bzl", "node_repositories")
|
2017-06-02 12:43:52 -04:00
|
|
|
|
2017-06-21 00:08:20 -04:00
|
|
|
node_repositories(package_json = "//:package.json")
|