# Initially, ba-linkify.js was placed in this folder
# Because BUILD file can't be in the npm package, the .js file was moved to a src/... subfolder.
# Some plugin can still use ba-linkify, so we add alias to this file, so plugins
# сan be built without any update.
alias(
    name = "ba-linkify.js",
    actual = "src/ba-linkify.js",
    visibility = ["//visibility:public"],
)
