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

Unified Diff: modules/angular2/pubspec.yaml

Issue 927373004: Initial commit of Dart transformer to generate constructor stubs, see https://github.com/angular/an… (Closed) Base URL: https://github.com/kegluneq/angular.git@master
Patch Set: Created 5 years, 10 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
Index: modules/angular2/pubspec.yaml
diff --git a/modules/angular2/pubspec.yaml b/modules/angular2/pubspec.yaml
index adf53cb0d705f0266c184da00a943866baf2d054..d73cff2824fd939fc1f9fd8b244e71a1d06d5344 100644
--- a/modules/angular2/pubspec.yaml
+++ b/modules/angular2/pubspec.yaml
@@ -9,6 +9,11 @@ homepage: <%= packageJson.homepage %>
environment:
sdk: '>=1.4.0'
dependencies:
+ analyzer: '0.22.4'
jakemac 2015/02/17 23:46:45 These should probably all be ranges up to the next
+ barback: '0.15.2+2'
+ code_transformers: '0.2.5'
+ dart_style: '0.1.3'
+ html5lib: '0.12.0'
stack_trace: '>=1.1.1 <2.0.0'
dev_dependencies:
guinness: ">=0.1.16 <0.2.0"

Powered by Google App Engine
This is Rietveld 408576698