blob: 9f0b41d2d07bdf39461afbb26972f83f82a2df17 [file] [log] [blame]
# 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"],
)