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

Unified Diff: samples/clock/pubspec.yaml

Issue 59763006: add versions and constraints for packages and samples (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: also add sdk constraint to samples Created 7 years, 1 month 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: samples/clock/pubspec.yaml
diff --git a/samples/clock/pubspec.yaml b/samples/clock/pubspec.yaml
index 4ec1a0c288dd9740714be0ced679ae7df9a24358..374d4c851e68e4725d767c9c7f3748a2054ebae2 100644
--- a/samples/clock/pubspec.yaml
+++ b/samples/clock/pubspec.yaml
@@ -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: ">=1.0.0 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698