Looser intl dependency
This commit is contained in:
parent
fc73c6840e
commit
2a3040c9aa
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
name: angel_orm
|
||||
version: 1.0.0-alpha+1
|
||||
version: 1.0.0-alpha+2
|
||||
description: Runtime support for Angel's ORM.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/orm
|
||||
environment:
|
||||
sdk: ">=1.19.0"
|
||||
dependencies:
|
||||
intl: ^0.15.1
|
||||
intl: ">=0.0.0 <1.0.0"
|
||||
pool: ^1.0.0
|
||||
postgres: ^0.9.5
|
Loading…
Reference in a new issue