From 350e538b2b370e1a808c44f1ee9d2f310b656c89 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Tue, 2 Oct 2018 13:10:56 -0400 Subject: [PATCH] Add angel_hot --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8a7c097a..ef26cd25 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: angel_static: ^2.0.0-alpha # Static file server angel_validate: ^2.0.0-alpha # Allows for validation of input data dev_dependencies: - #angel_hot: ^1.1.0 # Hot-reloading support. :) + angel_hot: ^2.0.0 # Hot-reloading support. :) angel_test: ^2.0.0-alpha # Utilities for testing Angel servers. io: ^0.3.2 test: ^1.0.0