| Index: third_party/pkg/route_hierarchical/pubspec.yaml
|
| diff --git a/third_party/pkg/route_hierarchical/pubspec.yaml b/third_party/pkg/route_hierarchical/pubspec.yaml
|
| index 10d053643343d878bcf33465bfac5651714b6bec..497cbc7d21a6e642a7a36043cbe1925768f7f535 100644
|
| --- a/third_party/pkg/route_hierarchical/pubspec.yaml
|
| +++ b/third_party/pkg/route_hierarchical/pubspec.yaml
|
| @@ -1,13 +1,12 @@
|
| name: route_hierarchical
|
| description: A client + server routing library for Dart
|
| -version: 0.4.10
|
| -author: "Dart Authors <misc@dartlang.org>"
|
| +version: 0.4.12
|
| +authors:
|
| +- Justin Fagnani <justinfagnani@google.com>
|
| +- Pavel Jbanov <pavelj@google.com>
|
| homepage: https://github.com/dart-lang/route/tree/experimental_hierarchical
|
|
|
| dependencies:
|
| browser: any
|
| logging: any
|
| unittest: any
|
| -
|
| -dev_dependencies:
|
| - web_ui: any
|
|
|