Bring in the latest pub. (#30053)

This commit is contained in:
Natalie Weizenbaum 2017-06-29 13:50:09 -07:00 committed by GitHub
parent d1bb233f52
commit f4750db137
2 changed files with 14 additions and 1 deletions

View file

@ -34,9 +34,22 @@
* Pub
* Git dependencies may now include a `path` parameter, indicating that the
package exists in a subdirectory of the Git repository. For example:
```yaml
dependencies:
foobar:
git:
url: git://github.com/dart-lang/multi_package_repo
path: pkg/foobar
```
* `pub get` and `pub upgrade` properly produce an error message and exit code
when no network is present.
* Bug fixes for dartdevc support in `pub serve`.
* Fixed module config invalidation logic so modules are properly
recalculated when package layout changes.
* Fixed exception when handling require.js errors that aren't script load

2
DEPS
View file

@ -99,7 +99,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "@1.3.0",
"protobuf_tag": "@0.5.4",
"pub_rev": "@0713718a83054fcc1c0a4b163e036f7c39ea4790",
"pub_rev": "@a1dc64f7bf8625a2d012f790feb8fec4fa7b7caf",
"pub_semver_tag": "@1.3.2",
"quiver_tag": "@0.22.0",
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",