Skip to content

Commit a22d504

Browse files
committed
fix(packaging): correct dependencies, remove authors
1 parent c1a0391 commit a22d504

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/graphql_flutter/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: graphql_flutter
22
description: A GraphQL client for Flutter, bringing all the features from a modern
33
GraphQL client to one easy to use package.
44
version: 3.1.0-beta.5
5-
authors:
6-
- Eus Dima <[email protected]>
7-
- Zino Hofmann <[email protected]>
8-
- Michael Joseph Rosenthal <[email protected]>
95
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
106
dependencies:
117
graphql: ^3.1.0-beta.5
@@ -16,11 +12,13 @@ dependencies:
1612
path_provider: ^1.1.0
1713
rxdart: ^0.24.0
1814
connectivity: ^0.4.4
15+
gql: ^0.12.0
1916
dev_dependencies:
2017
pedantic: ^1.8.0+1
2118
mockito: ^4.0.0
2219
flutter_test:
2320
sdk: flutter
2421
test: ^1.5.3
22+
http: ^0.12.0+4
2523
environment:
2624
sdk: '>=2.6.0 <3.0.0'

0 commit comments

Comments
 (0)