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

Unified Diff: pkg/csslib/pubspec.yaml

Issue 110873002: Make pkg/path 1.0.0 and upgrade dependencies appropriately. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 years 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 | « pkg/barback/pubspec.yaml ('k') | pkg/docgen/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/csslib/pubspec.yaml
diff --git a/pkg/csslib/pubspec.yaml b/pkg/csslib/pubspec.yaml
index a995672e4dbb891bcb144ff8358459bd0de6c566..cbc30371d737e4857a4ec29e485ee61784f13a66 100644
--- a/pkg/csslib/pubspec.yaml
+++ b/pkg/csslib/pubspec.yaml
@@ -1,12 +1,12 @@
name: csslib
-version: 0.9.0
+version: 0.9.1
author: "Web UI Team <web-ui-dev@dartlang.org>"
description: A library for parsing CSS.
homepage: https://www.dartlang.org
dependencies:
args: ">=0.9.0 <0.10.0"
logging: ">=0.9.0 <0.10.0"
- path: ">=0.9.0 <0.10.0"
+ path: ">=0.9.0 <2.0.0"
source_maps: ">=0.9.0 <0.10.0"
dev_dependencies:
browser: ">=0.9.0 <0.10.0"
« no previous file with comments | « pkg/barback/pubspec.yaml ('k') | pkg/docgen/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698