Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 26515faf2739ea00a2abda64f71fdc0193df75b9..4c5fef703b2e35408eff1d5b82d76273e29c5721 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: shelf |
| -version: 0.6.1+3 |
| +version: 0.6.2-dev |
| author: Dart Team <misc@dartlang.org> |
| description: Web Server Middleware for Dart |
| homepage: https://github.com/dart-lang/shelf |
| @@ -14,3 +14,6 @@ dev_dependencies: |
| http: '>=0.9.2 <0.12.0' |
| scheduled_test: '^0.12.0' |
| test: '^0.12.0' |
| +dependency_overrides: |
|
kevmoo
2015/07/16 01:40:57
huh?
nweiz
2015/07/16 20:07:09
Done.
|
| + test: {path: ../unittest} |
| + #stack_trace: {path: ../stack_trace} |