Updated package production
This commit is contained in:
parent
aab3772f15
commit
dd90023342
1 changed files with 21 additions and 10 deletions
|
@ -1,18 +1,29 @@
|
|||
name: angel_production
|
||||
version: 1.0.0
|
||||
version: 2.0.0
|
||||
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/production
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: ">=2.10.0 <2.12.0"
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
dependencies:
|
||||
angel_container: #^1.0.0-alpha
|
||||
path: ../container/angel_container
|
||||
angel_framework: #^2.0.0-alpha
|
||||
path: ../framework
|
||||
args: ^1.0.0
|
||||
io: ^0.3.2
|
||||
logging: ^0.11.3
|
||||
pub_sub: ^2.0.0
|
||||
angel_container:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/container/angel_container
|
||||
angel_framework:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/framework
|
||||
pub_sub:
|
||||
git:
|
||||
url: https://github.com/dukefirehawk/angel.git
|
||||
ref: sdk-2.12.x
|
||||
path: packages/pub_sub
|
||||
args: ^2.0.0
|
||||
io: ^1.0.0
|
||||
logging: ^1.0.0
|
||||
dev_dependencies:
|
||||
pedantic: ^1.0.0
|
Loading…
Reference in a new issue