site-www icon indicating copy to clipboard operation
site-www copied to clipboard

Show path dependencies for git packages

Open kwalrath opened this issue 7 years ago • 2 comments

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

kwalrath avatar Oct 24 '17 17:10 kwalrath

dependencies: kittens: git: git://github.com/munificent/kittens.git

shouldn't it be; dependencies: kittens: git: git://github.com/munificent/kittens

afpatmin avatar Dec 14 '17 09:12 afpatmin

This might be fixed, but we should test the git dependencies to make sure they work.

kwalrath avatar Jan 31 '19 22:01 kwalrath

This was added in https://github.com/dart-lang/site-www/commit/08793e5856d8ed7fda414145e1ad74a9ed2d1b95. Thanks all!

parlough avatar Nov 07 '22 23:11 parlough