Publish orm_service
This commit is contained in:
parent
cc06213a24
commit
51457cb846
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: angel_orm_service
|
name: angel_orm_service
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: Service implementation that wraps over Angel ORM Query classes.
|
description: Service implementation that wraps over Angel ORM Query classes.
|
||||||
homepage:
|
homepage: https://github.com/angel-dart/orm
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.0.0 <3.0.0"
|
sdk: ">=2.0.0 <3.0.0"
|
||||||
|
@ -18,6 +18,7 @@ dev_dependencies:
|
||||||
path: ../angel_orm_postgres
|
path: ../angel_orm_postgres
|
||||||
angel_orm_test:
|
angel_orm_test:
|
||||||
path: ../angel_orm_test
|
path: ../angel_orm_test
|
||||||
|
angel_serialize: ^2.0.0
|
||||||
build_runner: ^1.0.0
|
build_runner: ^1.0.0
|
||||||
logging: ^0.11.0
|
logging: ^0.11.0
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue