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

Unified Diff: pubspec.yaml

Issue 1387163002: Add Resource package. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Created 5 years, 2 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..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
« lib/src/resource.dart ('K') | « lib/src/resource.dart ('k') | test/resolve_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698