Chromium Code Reviews| Index: dart/samples/jsonp/pubspec.yaml | 
| =================================================================== | 
| --- dart/samples/jsonp/pubspec.yaml (revision 29987) | 
| +++ dart/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" |