Chromium Code Reviews| Index: pkg/fixnum/pubspec.yaml |
| diff --git a/pkg/fixnum/pubspec.yaml b/pkg/fixnum/pubspec.yaml |
| index bdb079cc6d8e7061771e1ba86a368af634aebea0..7bf65b61740fc6b839e3db29de8a2727a46ff20b 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. |
| +dependencies: |
|
justinfagnani
2013/07/18 18:27:28
change this from dependencies: to dev_dependencies
Chris Bracken
2013/07/18 19:06:07
Done.
|
| + unittest: any |