Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: pubspec.yaml

Issue 1387163002: Add Resource package. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Final tweaks. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 6770e7f12f6c8546cd50261f4e1d40b05ae19f0c..a76584e5e934a877dc6716f51241a68fbd19448b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,14 @@
-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 and other) files.
+author: Dart Team <misc@dartlang.org>
+homepage: https://github.com/dart-lang/resource
+
+environment:
+ sdk: '>=1.14.0-any <2.0.0'
+
+dependencies:
+ package_config: "^0.0.4"
+ typed_data: "^1.0.0"
+dev_dependencies:
+ test: "^0.12.0"
« lib/src/resource.dart ('K') | « lib/src/resource.dart ('k') | test/loader_data_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698