Merge pull request #27 from dart-lang/remove-async

Remove async from dev_dependencies.
diff --git a/pubspec.yaml b/pubspec.yaml
index ce64478..71a94df 100644
--- a/pubspec.yaml
+++ b/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'