Index: pkg/analyzer/pubspec.yaml |
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a9cfe4dd78d8db7818b02fed3e53d4a4f6516c99 |
--- /dev/null |
+++ b/pkg/analyzer/pubspec.yaml |
@@ -0,0 +1,11 @@ |
+name: analyzer |
+version: 0.9.0 |
+author: Dart Team <misc@dartlang.org> |
+description: Static analyzer for Dart. |
+homepage: http://www.dartlang.org |
+dependencies: |
+ args: ">=0.8.6" |
+ logging: ">=0.8.6" |
+ path: ">=0.8.6" |
+dev_dependencies: |
+ unittest: ">=0.8.6" |