Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverse order of installed output statement
When installing dependencies, reading the language doesn't make a ton of sense. Before: ``` → Using core/which/2.21/20160612155441 → Using core/zlib/1.2.8/20160612064520 → Using miketheman/custompkg which satisfies miketheman/custompkg/0.1.0/20160617171833 ``` After: ``` → Using core/which/2.21/20160612155441 → Using core/zlib/1.2.8/20160612064520 → Using miketheman/custompkg/0.1.0/20160617171833 which satisfies miketheman/custompkg ```
- Loading branch information