fix(build): lock down version of package:code_transformers

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.
This commit is contained in:
Julie Ralph 2015-12-07 17:16:17 -08:00 committed by Jeremy Elbourn
parent ad481694e1
commit 85d89babce
1 changed files with 1 additions and 1 deletions

View File

@ -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'