Update pubspec.yaml
This commit is contained in:
parent
ebb0faa4ec
commit
84c67e7094
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue