Skip to content

Commit

Permalink
chore(pubspec): fix publish warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hourliert committed Jul 19, 2017
1 parent 106c035 commit 584b1d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: graphql_client
description: A starting point for Dart libraries or applications.
description: A GraphQL client.
version: 0.0.1
#homepage: https://www.example.com
#author: thomashourlier <email@example.com>
homepage: https://github.com/hourliert/graphql_client
author: Thomas Hourlier <hourliert@gmail.com>

environment:
sdk: '>=1.20.1 <2.0.0'

dependencies:
http: ^0.11.3
logging: ^0.11.3

dev_dependencies:
test: ^0.12.0
logging: ^0.11.3

0 comments on commit 584b1d0

Please sign in to comment.