| commit | 62162ccf747b5c0b5beef4c3ffd86368ea687953 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Tue Jun 19 17:03:26 2018 -0700 |
| committer | GitHub <noreply@github.com> | Tue Jun 19 17:03:26 2018 -0700 |
| tree | c82619343ac757739a1deaac3fb0da3caab48170 | |
| parent | afcb6224619a36cf2307b9101fc557ccee13b2f8 [diff] |
fix(Dependency) ignore extra `version` key with path and git deps (dart-lang/pubspec_parse#14) Streamline the handling of all dependencies Improve errors when unsupported keys are provided in dependencies Better handling (and testing) for invalid `sdk:` values Handle scp-like URIs for git dependencies - See https://git-scm.com/docs/git-clone#_git_urls_a_id_urls_a Fixes https://github.com/dart-lang/pubspec_parse/issues/13 Prepare for release