| OLD | NEW |
| 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 name: usage | 5 name: usage |
| 6 version: 3.3.0 | 6 version: 1.2.0 |
| 7 description: A Google Analytics wrapper for both command-line, web, and Flutter
apps. | 7 description: A Google Analytics wrapper for both command-line and web apps. |
| 8 homepage: https://github.com/dart-lang/usage | 8 homepage: https://github.com/dart-lang/usage |
| 9 author: Dart Team <misc@dartlang.org> | 9 author: Dart Team <misc@dartlang.org> |
| 10 | 10 |
| 11 environment: | 11 environment: |
| 12 sdk: '>=1.24.0 <2.0.0' | 12 sdk: '>=1.0.0 <2.0.0' |
| 13 | |
| 14 dependencies: | |
| 15 path: ^1.4.0 | |
| 16 | 13 |
| 17 dev_dependencies: | 14 dev_dependencies: |
| 18 browser: ^0.10.0 | 15 browser: ^0.10.0 |
| 19 grinder: ^0.8.0 | 16 grinder: ^0.8.0 |
| 20 test: ^0.12.0 | 17 test: ^0.12.0 |
| OLD | NEW |