adjust sdk constraint

This commit is contained in:
Tobe O 2020-02-03 15:21:09 -05:00
parent 2038fddd6d
commit aebb97032a

View file

@ -4,7 +4,7 @@ author: Tobe O <thosakwe@gmail.com>
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
homepage: https://github.com/angel-dart/graphql
environment:
sdk: ">=2.3.0 <3.0.0"
sdk: ">=2.0.0 <3.0.0"
dependencies:
angel_serialize: ^2.0.0
collection: ^1.0.0