| commit | a60efc6d5afeaf9adcbf1b5183e3ac8d6382f272 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Mon May 02 14:57:15 2016 -0700 |
| committer | Natalie Weizenbaum <nweiz@google.com> | Mon May 02 14:57:15 2016 -0700 |
| tree | 6c84885d032255157628cc64861487d2e18cdbf9 | |
| parent | 622d836c29679206e9b4da5e331709562c30ba6c [diff] |
Remove async from dev_dependencies.
diff --git a/pkgs/watcher/pubspec.yaml b/pkgs/watcher/pubspec.yaml index ce64478..71a94df 100644 --- a/pkgs/watcher/pubspec.yaml +++ b/pkgs/watcher/pubspec.yaml
@@ -8,11 +8,10 @@ environment: sdk: '>=1.9.0 <2.0.0' dependencies: - async: '^1.2.0' + async: '^1.8.0' collection: '^1.0.0' path: '>=0.9.0 <2.0.0' dev_dependencies: - async: '^1.8.0' benchmark_harness: '^1.0.4' scheduled_test: '^0.12.0' test: '^0.12.0'