Update schema
This commit is contained in:
parent
93d8a94fd4
commit
9cbe33e604
3 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@ name: angel_graphql
|
|||
environment:
|
||||
sdk: ">=1.8.0 <3.0.0"
|
||||
dependencies:
|
||||
angel_framework: ^1.0.0
|
||||
angel_framework: ^2.0.0-alpha
|
||||
angel_validate: ^1.0.0
|
||||
graphql_parser:
|
||||
path: ../graphql_parser
|
||||
|
|
2
graphql_schema/CHANGELOG.md
Normal file
2
graphql_schema/CHANGELOG.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# 1.0.1
|
||||
* Dart 2 updates.
|
|
@ -1,5 +1,5 @@
|
|||
name: graphql_schema
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
description: An implementation of GraphQL's type system in Dart.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/graphql
|
||||
|
@ -10,4 +10,4 @@ dependencies:
|
|||
meta: ^1.0.0
|
||||
source_span: ^1.0.0
|
||||
dev_dependencies:
|
||||
test:
|
||||
test: ">=0.12.0 <2.0.0"
|
Loading…
Reference in a new issue