Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index a1f353f19add116d5cd00c409a3193fe714a72cd..12c50746d81035f9b8c40f420e08f6c1a6da6767 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -3,8 +3,4 @@ version: 0.1.0 |
| author: Dart Team |
| description: A dart package for pin-pointing the version of the generator used to generate APIs. |
| dependencies: |
| - discovery_api_client_generator: |
| - git: |
| - url: https://github.com/dart-lang/discovery_api_dart_client_generator |
| - ref: a87c587ea52a44b56c44f2a5b40478a5429764fc |
| - version: ">=0.5.0 <0.6.0" |
| + discoveryapis_generator: '>=0.6.0 <0.7.0' |
|
Søren Gjesse
2015/03/12 15:43:08
Nice!
|