pubspec reordering
diff --git a/pubspec.yaml b/pubspec.yaml
index 41147f8..6d0d31b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -6,18 +6,16 @@
 author: Dart Team <misc@dartlang.org>
 homepage: http://dart-lang.github.io/dart2js_info/doc/api/
 
-dependencies:
-  collection: ^1.10.1
-  path: ^1.3.6
-  args: ^0.13.0
-  shelf: ^0.6.1+2
-  yaml: ^2.1.0
-  charcode: ^1.1.0
-  quiver: '>=0.21.0 <0.25.0'
-
 environment:
   sdk: '>=1.11.0 <2.0.0'
-
+dependencies:
+  args: ^0.13.0
+  charcode: ^1.1.0
+  collection: ^1.10.1
+  path: ^1.3.6
+  quiver: '>=0.21.0 <0.25.0'
+  shelf: ^0.6.1+2
+  yaml: ^2.1.0
 dev_dependencies:
   test: ^0.12.3+4
 executables: