Chromium Code Reviews| Index: pkg/watcher/pubspec.yaml |
| diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml |
| index 6f96a56a595b233e890aec0a2d755615f77cbdbd..618f9a8b9d93a6182d980503a83f5c06f51fb6a5 100644 |
| --- a/pkg/watcher/pubspec.yaml |
| +++ b/pkg/watcher/pubspec.yaml |
| @@ -1,6 +1,6 @@ |
| name: watcher |
| -version: 0.9.3 |
| -author: Dart Team <misc@dartlang.org> |
| +version: 0.9.5-dev |
|
nweiz
2014/10/13 18:45:31
Why isn't this 0.9.4-dev? Or just 0.9.4?
Anders Johnsen
2014/10/20 11:28:47
Done.
|
| +author: "Dart Team <misc@dartlang.org>" |
| homepage: http://www.dartlang.org |
| description: > |
| A file system watcher. It monitors changes to contents of directories and |
| @@ -11,5 +11,7 @@ dependencies: |
| path: '>=0.9.0 <2.0.0' |
| stack_trace: '>=0.9.1 <2.0.0' |
| dev_dependencies: |
| - scheduled_test: '>=0.9.3 <0.12.0' |
| - unittest: '>=0.9.2 <0.12.0' |
| + scheduled_test: ">=0.9.3-dev <0.11.0" |
| + unittest: ">=0.9.2 <0.10.0" |
|
nweiz
2014/10/13 18:45:31
Why did these constraints change?
Anders Johnsen
2014/10/20 11:28:47
Done.
|
| +environment: |
| + sdk: ">=1.6.0 <2.0.0" |