From e0c58ad28bbad6917bbc7cc92f689c66398fbc4b Mon Sep 17 00:00:00 2001 From: Tobe Osakwe Date: Sun, 15 Jul 2018 00:22:34 -0400 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 746709d7..406f2a26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,5 +16,5 @@ dependencies: dev_dependencies: angel_hot: ^1.1.0 # Hot-reloading support. :) angel_test: ^1.1.0 # Utilities for testing Angel servers. - console: ^3.0.0 + console: ">=2.0.0 <4.0.0" test: ^0.12.13