site-www
site-www copied to clipboard
Show path dependencies for git packages
In https://www.dartlang.org/tools/pub/dependencies#git-packages, add an example like this:
angular:
git:
url: [email protected]:dart-lang/angular.git
path: angular
dependencies: kittens: git: git://github.com/munificent/kittens.git
shouldn't it be;
dependencies: kittens: git: git://github.com/munificent/kittens
This might be fixed, but we should test the git dependencies to make sure they work.
This was added in https://github.com/dart-lang/site-www/commit/08793e5856d8ed7fda414145e1ad74a9ed2d1b95. Thanks all!