Chromium Code Reviews

Unified Diff: samples/clock/pubspec.yaml

Issue 62473002: Re-land r29957 (add versions and constraints for packages and samples), with (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « samples/build_dart/pubspec.yaml ('k') | samples/dartiverse_search/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/clock/pubspec.yaml
===================================================================
--- samples/clock/pubspec.yaml (revision 29983)
+++ samples/clock/pubspec.yaml (working copy)
@@ -1,4 +1,6 @@
name: clock
description: An html5 clock using absolutely positioned elements
dependencies:
- browser: any
+ browser: ">=0.9.0 <0.10.0"
+environment:
+ sdk: ">=0.8.10+6 <2.0.0"
« no previous file with comments | « samples/build_dart/pubspec.yaml ('k') | samples/dartiverse_search/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine