Update schema

This commit is contained in:
Tobe O 2018-10-23 12:02:53 -04:00
parent 93d8a94fd4
commit 9cbe33e604
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -0,0 +1,2 @@
# 1.0.1
* Dart 2 updates.

View file

@ -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"