Skip to content

Commit 3fe5307

Browse files
committed
Add http as a dependency
1 parent 15e9870 commit 3fe5307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ description: "JSON:API v1.0 (http://jsonapi.org) HTTP Client"
33
homepage: "https://github.com/f3ath/json-api-dart"
44
name: "json_api"
55
version: "0.0.1-dev1"
6-
dev_dependencies:
6+
dependencies:
77
http: "^0.12.0"
88
json_api_document: "^0.3.8"
9+
dev_dependencies:
910
pubspec_version: "^0.1.0"
1011
test: "1.3.0"
1112
environment:

0 commit comments

Comments
 (0)