How to install as plugin dependency?
Opened this issue · 0 comments
luwes commented
It's not really clear to me how this can be added by another plugin as a dependency.
Adding a dependencies.json
like explained here
https://packagecontrol.io/docs/dependencies doesn't seem to work.
{
"*": {
"*": [
"ANSIescape"
]
}
}