Analyzer
This commit is contained in:
parent
c9f8cafa56
commit
9d2a1f246c
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Angel Configuration
|
||||
|
||||
![version 1.0.2](https://img.shields.io/badge/version-1.0.2-brightgreen.svg)
|
||||
![version 1.0.3](https://img.shields.io/badge/version-1.0.3-brightgreen.svg)
|
||||
![build status](https://travis-ci.org/angel-dart/configuration.svg)
|
||||
|
||||
Isomorphic YAML configuration loader for Angel.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
name: angel_configuration
|
||||
description: Isomorphic YAML configuration loader for Angel.
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_configuration
|
||||
dependencies:
|
||||
analyzer: ">=0.28.1 <0.29.0"
|
||||
analyzer: ">=0.28.1 <1.0.0"
|
||||
angel_framework: ">=1.0.0-dev < 2.0.0"
|
||||
angel_route: ">=1.0.0-dev < 2.0.0"
|
||||
barback: ">=0.15.2 < 0.16.0"
|
||||
|
|
Loading…
Reference in a new issue