# TODO(alexeagle): move this file to /third_party so Bazel can enforce the licensing
licenses(["notice"])

# Downloaded from: https://github.com/sindresorhus/has-flag/tree/a6208ceaf26b5e58dbd29cb4f9e62ad02034104d
# Timestamp: 2019 Feb 14
exports_files(["license"])

filegroup(
    name = "has-flag",
    srcs = ["index.js"],
    visibility = ["//:__subpackages__"],
)
