| Index: samples/jsonp/pubspec.yaml
|
| diff --git a/samples/jsonp/pubspec.yaml b/samples/jsonp/pubspec.yaml
|
| index 46e37f880d03061954e76d57d4cd2705a8590495..32aa4f5d6873712030799fcb3c1acbe8ad787a95 100644
|
| --- a/samples/jsonp/pubspec.yaml
|
| +++ b/samples/jsonp/pubspec.yaml
|
| @@ -1,6 +1,4 @@
|
| name: using_jsonp_with_dart
|
| description: Fetches data about dart-lang repositories and displays it. Uses jsonp with the dart:js library.
|
| dependencies:
|
| - browser: ">=0.9.0 <0.10.0"
|
| -environment:
|
| - sdk: ">=1.0.0 <2.0.0"
|
| + browser: any
|
|
|