Index: pkg/meta/pubspec.yaml |
diff --git a/pkg/meta/pubspec.yaml b/pkg/meta/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4b20d9cd56bfd4b5398f344287fcf8dcf3b7679a |
--- /dev/null |
+++ b/pkg/meta/pubspec.yaml |
@@ -0,0 +1,10 @@ |
+name: meta |
+version: 0.9.0 |
pquitslund
2016/02/17 17:15:08
Last published version was 0.8.8. FWIW I'm happy t
Brian Wilkerson
2016/02/17 17:38:36
I think this is fine.
|
+author: Dart Team <misc@dartlang.org> |
+homepage: http://www.dartlang.org |
+description: > |
+ This library contains the definitions of annotations that provide additional |
+ semantic information about the program being annotated. These annotations are |
+ intended to be used by tools to provide a better user experience. |
+environment: |
+ sdk: '>=1.12.0 <2.0.0' |