Closed michaelbishop closed 10 years ago
Nevermind, I realized that the published version is behind master. So smart.json in the master branch is referencing github pages instead of published packages. I didn't realized dependencies could be pinned in that manner. Learned something new. Thanks for the awesome tools!
I was using a published packaged called accounts-entry which has two dependencies:
I need to make some changes. So I forked it, made changes and updated it with my github repository like so:
However, when I run
mrt update
I get these errors:Notice the repository locations and branches have changed to the BeDifferential ones instead of the published ones like it was using. Why would mrt use unpublished github packages instead of published dependencies?