| Index: packages/glob/pubspec.yaml
|
| diff --git a/packages/glob/pubspec.yaml b/packages/glob/pubspec.yaml
|
| index eb7816c94728081ba3903ac2a8839945605adfec..4037f806c2055d69c0758cf426b21d5374fcbc7c 100644
|
| --- a/packages/glob/pubspec.yaml
|
| +++ b/packages/glob/pubspec.yaml
|
| @@ -1,12 +1,15 @@
|
| name: glob
|
| -version: 1.0.5
|
| +version: 1.1.3
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://github.com/dart-lang/glob
|
| description: Bash-style filename globbing.
|
| dependencies:
|
| + async: "^1.2.0"
|
| collection: ">=1.1.0 <2.0.0"
|
| path: ">=1.3.0 <2.0.0"
|
| - string_scanner: ">=0.1.0 <0.2.0"
|
| + string_scanner: ">=0.1.0 <2.0.0"
|
| dev_dependencies:
|
| test: ">=0.12.0 <0.13.0"
|
| scheduled_test: ">=0.12.0 <0.13.0"
|
| +environment:
|
| + sdk: ">=1.12.0 <2.0.0"
|
|
|