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

Unified Diff: pubspec.yaml

Issue 2132443003: Add package implementation. (Closed) Base URL: git@github.com:dart-lang/package_resolver@master
Patch Set: Code review changes Created 4 years, 5 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
« no previous file with comments | « lib/src/utils.dart ('k') | test/current_isolate_info_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 751eb44351627acba14ceef36ff82f5b2b9c37e6..d33cd97dc73f875c1fd8f9e57468a5e5aec01f63 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,5 +7,11 @@ homepage: https://github.com/dart-lang/package_resolver
environment:
sdk: '>=1.14.0 <2.0.0'
+dependencies:
+ collection: '^1.9.0'
+ http: '^0.11.0'
+ package_config: '>=0.1.0 <2.0.0'
+ path: '^1.0.0'
dev_dependencies:
+ shelf: '^0.6.0'
test: '^0.12.0'
« no previous file with comments | « lib/src/utils.dart ('k') | test/current_isolate_info_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698