Chromium Code Reviews| Index: pkg/fixnum/pubspec.yaml |
| diff --git a/pkg/fixnum/pubspec.yaml b/pkg/fixnum/pubspec.yaml |
| index c582394cb862044cca2a2915f137845cfeb0fe13..336c9e6ec0a57bceaa817e37b222ad0be2994531 100644 |
| --- a/pkg/fixnum/pubspec.yaml |
| +++ b/pkg/fixnum/pubspec.yaml |
| @@ -2,5 +2,7 @@ name: fixnum |
| author: Dart Team <misc@dartlang.org> |
| description: Library for 32- and 64-bit fixed size integers. |
| homepage: http://www.dartlang.org |
| +dependencies: |
| + meta: any |
| dev_dependencies: |
| unittest: any |