| Index: dart/samples/third_party/angular_todo/pubspec.yaml
|
| ===================================================================
|
| --- dart/samples/third_party/angular_todo/pubspec.yaml (revision 30098)
|
| +++ dart/samples/third_party/angular_todo/pubspec.yaml (working copy)
|
| @@ -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"
|
|
|