Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with transitive dependency order
We were recursing before prepending the dependency. This would add transitive dependencies after of direct ones and fail on install. Also add some debug statements to help track future problems.
- Loading branch information