| Index: packages/usage/pubspec.yaml
|
| diff --git a/packages/usage/pubspec.yaml b/packages/usage/pubspec.yaml
|
| index 564ba2ed1ee91a9b51c450701c32d58cc66d8f72..17aa6383c12e46b48faa1a66bb5750dfec529593 100644
|
| --- a/packages/usage/pubspec.yaml
|
| +++ b/packages/usage/pubspec.yaml
|
| @@ -3,16 +3,13 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| name: usage
|
| -version: 3.3.0
|
| -description: A Google Analytics wrapper for both command-line, web, and Flutter apps.
|
| +version: 1.2.0
|
| +description: A Google Analytics wrapper for both command-line and web apps.
|
| homepage: https://github.com/dart-lang/usage
|
| author: Dart Team <misc@dartlang.org>
|
|
|
| environment:
|
| - sdk: '>=1.24.0 <2.0.0'
|
| -
|
| -dependencies:
|
| - path: ^1.4.0
|
| + sdk: '>=1.0.0 <2.0.0'
|
|
|
| dev_dependencies:
|
| browser: ^0.10.0
|
|
|