I am currently trying to make a package but I am running into some roadblocks with dependencies.
-
How am I supposed to publish/test my dependencies?
I have made a repository for one of my dependencies and while that is fine and all, I don’t know how I can install it locally. I have seen thePackage Control: Install Local Dependency
but can’t find how it works or how it finds the local dependency i’m trying to install. -
Does the
dependencies
key inpackage-metadata.json
take the format of adependencies.json
file?