| Index: samples/third_party/angular_todo/pubspec.yaml
|
| diff --git a/samples/third_party/angular_todo/pubspec.yaml b/samples/third_party/angular_todo/pubspec.yaml
|
| index e0e04e33cf2f99a65b7526db379fa6549148081f..86e905bf1a203dee6fe811ef44af31f03623899d 100644
|
| --- a/samples/third_party/angular_todo/pubspec.yaml
|
| +++ b/samples/third_party/angular_todo/pubspec.yaml
|
| @@ -1,9 +1,9 @@
|
| name: angular_dart_demo
|
| version: 0.0.2
|
| dependencies:
|
| - angular: any
|
| - browser: ">=0.9.0 <0.10.0"
|
| - js: ">=0.9.0 <0.10.0"
|
| - unittest: ">=0.9.0 <0.10.0"
|
| + angular: ">=0.9.0 <0.10.0"
|
| + browser: ">=0.8.0 <0.9.0"
|
| + js: ">=0.1.0 <0.2.0"
|
| + unittest: ">=0.8.0 <0.9.0"
|
| environment:
|
| sdk: ">=0.8.10+6 <2.0.0"
|
|
|