Skip to content

Commit 584b1d0

Browse files
committed
chore(pubspec): fix publish warnings
1 parent 106c035 commit 584b1d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: graphql_client
2-
description: A starting point for Dart libraries or applications.
2+
description: A GraphQL client.
33
version: 0.0.1
4-
#homepage: https://www.example.com
5-
#author: thomashourlier <email@example.com>
4+
homepage: https://github.com/hourliert/graphql_client
5+
author: Thomas Hourlier <hourliert@gmail.com>
66

77
environment:
88
sdk: '>=1.20.1 <2.0.0'
99

1010
dependencies:
1111
http: ^0.11.3
12+
logging: ^0.11.3
1213

1314
dev_dependencies:
1415
test: ^0.12.0
15-
logging: ^0.11.3

0 commit comments

Comments
 (0)