| Index: pkg/fixnum/pubspec.yaml
|
| diff --git a/pkg/fixnum/pubspec.yaml b/pkg/fixnum/pubspec.yaml
|
| index bdb079cc6d8e7061771e1ba86a368af634aebea0..c582394cb862044cca2a2915f137845cfeb0fe13 100644
|
| --- a/pkg/fixnum/pubspec.yaml
|
| +++ b/pkg/fixnum/pubspec.yaml
|
| @@ -1,5 +1,6 @@
|
| name: fixnum
|
| -author: "Dart Team <misc@dartlang.org>"
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Library for 32- and 64-bit fixed size integers.
|
| homepage: http://www.dartlang.org
|
| -description: >
|
| - Library for 32- and 64-bit fixed size integers.
|
| +dev_dependencies:
|
| + unittest: any
|
|
|