| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index c2dc506f4054e192b6c92eec94f9c8aba76531e0..cf8226bed316546dc10d9b0ff6725c4d6181d721 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: initialize
|
| -version: 0.5.1+7
|
| +version: 0.5.1+8
|
| author: Polymer.dart Authors <web@dartlang.org>
|
| description: Generic building blocks for doing static initialization.
|
| homepage: https://github.com/dart-lang/initialize
|
| @@ -26,6 +26,7 @@ transformers:
|
| - test/deferred_library_test.dart
|
| - test/initializer_test.dart
|
| - test/initializer_parts_test.dart
|
| + - test/initializer_super_test.dart
|
| - test/initializer_cycle_error_test.dart
|
| - test/initializer_custom_filter_test.dart
|
| - test/initializer_type_filter_test.dart
|
|
|