Skip to content

Commit

Permalink
fix(build): lock down version of package:code_transformers
Browse files Browse the repository at this point in the history
A new verion is causing build issues, perhaps due to an undeclared
dependency on package:test. For now, lock down the version to the
last known working one.
  • Loading branch information
juliemr authored and jelbourn committed Dec 8, 2015
1 parent ad48169 commit 85d89ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/angular2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
analyzer: '>=0.24.4 <0.27.0'
barback: '^0.15.2+2'
code_transformers: '^0.2.8'
code_transformers: '0.2.9+4'
dart_style: '>=0.1.8 <0.3.0'
glob: '^1.0.0'
html: '^0.12.0'
Expand Down

0 comments on commit 85d89ba

Please sign in to comment.