| OLD | NEW |
| 1 name: initialize | 1 name: initialize |
| 2 version: 0.1.0+1 | 2 version: 0.1.1 |
| 3 author: Polymer.dart Authors <web@dartlang.org> | 3 author: Polymer.dart Authors <web@dartlang.org> |
| 4 description: Generic building blocks for doing static initialization. | 4 description: Generic building blocks for doing static initialization. |
| 5 homepage: https://github.com/dart-lang/initialize | 5 homepage: https://github.com/dart-lang/initialize |
| 6 dependencies: | 6 dependencies: |
| 7 barback: '>=0.14.2 <0.16.0' | 7 barback: '>=0.14.2 <0.16.0' |
| 8 code_transformers: '>=0.2.3 <0.3.0' | 8 code_transformers: '>=0.2.3 <0.3.0' |
| 9 dev_dependencies: | 9 dev_dependencies: |
| 10 unittest: '>=0.10.0 <0.12.0' | 10 unittest: '>=0.10.0 <0.12.0' |
| 11 environment: | 11 environment: |
| 12 sdk: '>=1.4.0 <2.0.0' | 12 sdk: '>=1.4.0 <2.0.0' |
| (...skipping 10 matching lines...) Expand all Loading... |
| 23 $include: test/initializer_custom_filter_test.dart | 23 $include: test/initializer_custom_filter_test.dart |
| 24 entryPoint: test/initializer_custom_filter_test.dart | 24 entryPoint: test/initializer_custom_filter_test.dart |
| 25 - initialize: | 25 - initialize: |
| 26 $include: test/initializer_type_filter_test.dart | 26 $include: test/initializer_type_filter_test.dart |
| 27 entryPoint: test/initializer_type_filter_test.dart | 27 entryPoint: test/initializer_type_filter_test.dart |
| 28 - initialize: | 28 - initialize: |
| 29 $include: test/init_method_test.dart | 29 $include: test/init_method_test.dart |
| 30 entryPoint: test/init_method_test.dart | 30 entryPoint: test/init_method_test.dart |
| 31 - $dart2js: | 31 - $dart2js: |
| 32 $exclude: '**/*.dart' | 32 $exclude: '**/*.dart' |
| OLD | NEW |