Index: yaml/pubspec.yaml |
diff --git a/yaml/pubspec.yaml b/yaml/pubspec.yaml |
deleted file mode 100644 |
index f91d9cffcd99840482bbd9b9cc7f072a4f811e7d..0000000000000000000000000000000000000000 |
--- a/yaml/pubspec.yaml |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-name: yaml |
-version: 2.1.5 |
-author: "Dart Team <misc@dartlang.org>" |
-homepage: https://github.com/dart-lang/yaml |
-description: A parser for YAML. |
-dependencies: |
- charcode: "^1.1.0" |
- collection: ">=1.1.0 <2.0.0" |
- path: ">=1.2.0 <2.0.0" |
- string_scanner: "^0.1.4" |
- source_span: ">=1.0.0 <2.0.0" |
-dev_dependencies: |
- test: ">=0.12.0 <0.13.0" |
-environment: |
- sdk: '>=1.12.0 <2.0.0' |