http should be a required dep
This commit is contained in:
parent
2d9132159e
commit
2a1f0ec736
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
name: angel_client
|
||||
version: 1.0.0-dev
|
||||
version: 1.0.0-dev+1
|
||||
description: Client library for the Angel framework.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_client
|
||||
dependencies:
|
||||
http: ">= 0.11.3 < 0.12.0"
|
||||
json_god: ">=2.0.0-beta <3.0.0"
|
||||
merge_map: ">=1.0.0 <2.0.0"
|
||||
dev_dependencies:
|
||||
angel_framework: ">=1.0.0-dev <2.0.0"
|
||||
http: ">= 0.11.3 < 0.12.0"
|
||||
test: ">= 0.12.13 < 0.13.0"
|
Loading…
Reference in a new issue