Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 6770e7f12f6c8546cd50261f4e1d40b05ae19f0c..624e3b2216ebcf1ea9109102b1d4039a41dfa071 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,7 +1,13 @@ |
-name: resource |
-version: 0.1.0 |
-dependencies: |
- http: "any" |
- typed_data: "any" |
-dev_dependencies: |
- test: "any" |
+name: resource |
+version: 1.0.0 |
+description: Reading resource data from package files. |
+author: Dart Team <misc@dartlang.org> |
+homepage: https://github.com/dart-lang/resource |
ahe
2015/10/14 12:38:59
This URL is broken.
|
+ |
+environment: |
+ sdk: '>=1.13.0-any <2.0.0' |
+ |
+dependencies: |
+ typed_data: "^1.0.0" |
+dev_dependencies: |
+ test: any |