Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 07fc7322b1f5684cd0bb0538346f86d939e3e1ea..86ebc389294a897bdd11201795d654c57bb07c77 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -27,6 +27,7 @@ dev_dependencies: |
| dart_style: 0.2.4 |
| test: ^0.12.0 |
| webdriver: ^0.8.8 |
| + yaml: ^2.1.2 |
|
vsm
2016/04/18 18:26:38
Not sure I'm abusing convention here, but trying t
Harry Terkelsen
2016/04/18 18:30:44
I think if you do this pub will break you in the f
Jennifer Messerly
2016/04/18 21:45:45
yeah +1, without bin_dependencies we're kind of st
|
| environment: |
| sdk: ">=1.12.0 <2.0.0" |