X Tutup
Skip to content

Commit 85d89ba

Browse files
juliemrjelbourn
authored andcommitted
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.
1 parent ad48169 commit 85d89ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
analyzer: '>=0.24.4 <0.27.0'
1313
barback: '^0.15.2+2'
14-
code_transformers: '^0.2.8'
14+
code_transformers: '0.2.9+4'
1515
dart_style: '>=0.1.8 <0.3.0'
1616
glob: '^1.0.0'
1717
html: '^0.12.0'

0 commit comments

Comments
 (0)
X Tutup