From 84c67e7094434fb809d6c4ec25ec070e20a0adc8 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 20 Oct 2017 02:15:55 -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 de1eb8d..74e5f40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,11 +11,11 @@ dependencies: angel_auth: ^1.1.0-alpha # Supports stateless authentication via JWT angel_configuration: ^1.1.0-alpha # Loads application configuration, along with support for .env files. angel_cors: ^1.0.0 # CORS support - angel_hot: ^1.1.0-alpha # Hot-reloading support. :) angel_jael: ^1.0.0-alpha # Server-side templating engine angel_static: ^1.3.0-alpha # Static file server angel_validate: ^1.0.0 # Allows for validation of input data dev_dependencies: + angel_hot: ^1.1.0-alpha # Hot-reloading support. :) angel_serialize_generator: ^1.0.0-alpha # Generates serialization code for models. angel_test: ^1.1.0-alpha # Utilities for testing Angel servers. build_runner: ^0.5.0