Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: packages/initialize/pubspec.yaml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/initialize/lib/transformer.dart ('k') | packages/initialize/test/common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/initialize/pubspec.yaml
diff --git a/packages/initialize/pubspec.yaml b/packages/initialize/pubspec.yaml
index b9ade8be36a9220749535a9aa63b212fc2ca348e..887267f6cfacfba7f32531ce1830eed1cb18d72b 100644
--- a/packages/initialize/pubspec.yaml
+++ b/packages/initialize/pubspec.yaml
@@ -1,36 +1,39 @@
name: initialize
-version: 0.6.1+2
+version: 0.6.2+6
author: Polymer.dart Authors <web@dartlang.org>
description: Generic building blocks for doing static initialization.
homepage: https://github.com/dart-lang/initialize
dependencies:
- analyzer: '>=0.15.6 <0.27.0'
+ analyzer: '>=0.27.2 <0.30.0'
barback: '>=0.14.2 <0.16.0'
- code_transformers: '>=0.2.7 <0.3.0'
+ code_transformers: '>=0.3.0 <0.6.0'
dart_style: '>=0.1.3 <0.3.0'
glob: ">=1.0.4 <2.0.0"
- html: '>=0.12.0 <0.13.0'
+ html: '>=0.12.0 <0.14.0'
path: '>=1.3.0 <2.0.0'
dev_dependencies:
test_package:
path: test_package
- unittest: '>=0.10.0 <0.12.0'
+ test: '>=0.12.0 <0.13.0'
+ transformer_test: '>=0.2.0 <0.3.0'
environment:
sdk: ">=1.9.0-dev.7.1 <2.0.0"
transformers:
- initialize/build/loader_replacer:
$include: lib/initialize.dart
- initialize:
- $include: '**/*_test.dart'
+ $include: '**/*_test.*'
entry_points:
- - test/deferred_library_test.dart
- - test/initializer_test.dart
- - test/initializer_from_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
- - test/init_method_test.dart
+ - test/deferred_library_test.html
+ - test/initializer_test.html
+ - test/initializer_from_test.html
+ - test/initializer_parts_test.html
+ - test/initializer_super_test.html
+ - test/initializer_cycle_error_test.html
+ - test/initializer_custom_filter_test.html
+ - test/initializer_type_filter_test.html
+ - test/init_method_test.html
+- test/pub_serve:
+ $include: test/**_test{.*,}.dart
- $dart2js:
- $exclude: '**/*.dart'
+ $include: test/*_test.initialize{.*,}.dart
« no previous file with comments | « packages/initialize/lib/transformer.dart ('k') | packages/initialize/test/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698