Update pubspec
This commit is contained in:
parent
bee5629e57
commit
d2289cd01f
1 changed files with 2 additions and 2 deletions
|
@ -1,19 +1,19 @@
|
|||
name: angel_security
|
||||
version: 2.0.0-alpha
|
||||
description: Angel infrastructure for improving security by patching common holes.
|
||||
description: Angel infrastructure for improving security, rate limiting, and more.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/security
|
||||
environment:
|
||||
sdk: ">=2.0.0-dev <3.0.0"
|
||||
dependencies:
|
||||
angel_framework: ^2.0.0
|
||||
crypto: ^2.0.0
|
||||
dev_dependencies:
|
||||
angel_auth: ^2.0.0
|
||||
angel_production: ^1.0.0
|
||||
angel_redis: ^1.0.0
|
||||
angel_test: ^2.0.0
|
||||
angel_validate: ^2.0.0
|
||||
crypto: ^2.0.0
|
||||
pedantic: ^1.0.0
|
||||
pretty_logging: ^1.0.0
|
||||
test: ^1.0.0
|
||||
|
|
Loading…
Reference in a new issue