Update pubspec.yaml

This commit is contained in:
Tobe Osakwe 2019-01-23 14:44:10 -05:00 committed by GitHub
parent e13b990cd3
commit 62670f0771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@ environment:
sdk: '>=2.0.0-dev <3.0.0'
homepage: https://github.com/angel-dart/angel
dependencies:
angel_auth: ^2.0.0-alpha # Supports stateless authentication via JWT
angel_auth: ^2.0.0 # Supports stateless authentication via JWT
angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files.
angel_framework: ^2.0.0-alpha # The core server library.
angel_jael: ^2.0.0 # Server-side templating engine
angel_production: ^1.0.0-alpha
angel_static: ^2.0.0-alpha # Static file server
angel_validate: ^2.0.0-alpha # Allows for validation of input data
angel_static: ^2.0.0 # Static file server
angel_validate: ^2.0.0 # Allows for validation of input data
dev_dependencies:
angel_hot: ^2.0.0 # Hot-reloading support. :)
angel_test: ^2.0.0-alpha # Utilities for testing Angel servers.
angel_test: ^2.0.0a # Utilities for testing Angel servers.
io: ^0.3.2
pedantic: ^1.0.0
test: ^1.0.0