From 063f7ae615e9e99977b523a30f909d8c2ea66bed Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 18 May 2018 17:03:22 -0700 Subject: [PATCH] add missing pkg:glob dependency (#512) --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index ebacd6a2..965d49bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,6 +28,7 @@ dev_dependencies: build: ^0.12.6 build_config: ^0.2.1 build_runner: ^0.8.9 + glob: ^1.1.5 grinder: ^0.8.0 source_gen: ^0.8.1+1 test: ^0.12.30