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

Unified Diff: packages/package_config/pubspec.yaml

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 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 | « packages/package_config/package_config.iml ('k') | packages/package_config/test/discovery_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/package_config/pubspec.yaml
diff --git a/packages/package_config/pubspec.yaml b/packages/package_config/pubspec.yaml
index 3d9bd45f9d46e477d590a097c8f9c07d40df92ad..a629eafef3588bbd1778f33958b867a4b66caa1c 100644
--- a/packages/package_config/pubspec.yaml
+++ b/packages/package_config/pubspec.yaml
@@ -1,15 +1,15 @@
name: package_config
-version: 0.1.5
+version: 1.0.2
description: Support for working with Package Resolution config files.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/package_config
environment:
- sdk: '>=1.11.0-dev.0.0 <2.0.0'
+ sdk: '>=1.11.0 <2.0.0-dev.infinity'
dependencies:
charcode: ^1.1.0
path: ^1.0.0
dev_dependencies:
- test: '>=0.12.0 <0.13.0'
+ test: ^0.12.0
« no previous file with comments | « packages/package_config/package_config.iml ('k') | packages/package_config/test/discovery_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698