Updated package static
This commit is contained in:
parent
3e5945b397
commit
3ebd7c6e83
1 changed files with 18 additions and 11 deletions
|
@ -1,24 +1,31 @@
|
||||||
name: angel_static
|
name: angel_static
|
||||||
description: Static server middleware for Angel. Also capable of serving Range responses.
|
description: Static server middleware for Angel. Also capable of serving Range responses.
|
||||||
|
version: 3.0.0
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.10.0 <2.12.0"
|
sdk: ">=2.10.0 <3.0.0"
|
||||||
homepage: https://github.com/angel-dart/static
|
homepage: https://github.com/angel-dart/static
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
version: 2.1.3+2
|
publish_to: none
|
||||||
dependencies:
|
dependencies:
|
||||||
angel_framework: #^2.0.0-rc.0
|
angel_framework:
|
||||||
path: ../framework
|
git:
|
||||||
convert: ^2.0.0
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
crypto: ^2.0.0
|
ref: sdk-2.12.x
|
||||||
file: ^5.0.0
|
path: packages/framework
|
||||||
http_parser: ^3.0.0
|
convert: ^3.0.0
|
||||||
|
crypto: ^3.0.0
|
||||||
|
file: ^6.1.0
|
||||||
|
http_parser: ^4.0.0
|
||||||
path: ^1.4.2
|
path: ^1.4.2
|
||||||
range_header: ^2.0.0
|
range_header: ^2.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
angel_test: #^2.0.0-alpha
|
angel_test:
|
||||||
path: ../test
|
git:
|
||||||
|
url: https://github.com/dukefirehawk/angel.git
|
||||||
|
ref: sdk-2.12.x
|
||||||
|
path: packages/test
|
||||||
http:
|
http:
|
||||||
logging: ^0.11.0
|
logging: ^1.0.0
|
||||||
matcher: ^0.12.0
|
matcher: ^0.12.0
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.0.0
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
||||||
|
|
Loading…
Reference in a new issue