Index: samples/jsonp/pubspec.yaml |
=================================================================== |
--- samples/jsonp/pubspec.yaml (revision 29983) |
+++ samples/jsonp/pubspec.yaml (working copy) |
@@ -1,4 +1,6 @@ |
name: using_jsonp_with_dart |
description: Fetches data about dart-lang repositories and displays it. Uses jsonp with the dart:js library. |
dependencies: |
- browser: any |
+ browser: ">=0.9.0 <0.10.0" |
+environment: |
+ sdk: ">=0.8.10+6 <2.0.0" |