From ce5986239489f41aa5fc7c09ce586ba070ee6dfb Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 8 Dec 2018 21:33:28 -0500 Subject: [PATCH] Explicit deps --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 1be494f0..4022e571 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,6 +7,9 @@ environment: sdk: ">=2.0.0-dev <3.0.0" dependencies: combinator: ^1.0.0 + meta: ^1.0.0 + path: ^1.0.0 + string_scanner: ^1.0.0 dev_dependencies: build_runner: ^0.10.0 build_web_compilers: ^0.4.0