proxy
This commit is contained in:
parent
eb38fa232d
commit
ca7ad18ff3
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Angel Configuration
|
||||
|
||||
![version 1.0.1+6](https://img.shields.io/badge/version-1.0.1+6-red.svg)
|
||||
![version 1.0.1+7](https://img.shields.io/badge/version-1.0.1+7-red.svg)
|
||||
![build status](https://travis-ci.org/angel-dart/configuration.svg)
|
||||
|
||||
Isomorphic YAML configuration loader for Angel.
|
||||
|
|
|
@ -8,6 +8,7 @@ import 'package:yaml/yaml.dart';
|
|||
final RegExp _equ = new RegExp(r'=$');
|
||||
final RegExp _sym = new RegExp(r'Symbol\("([^"]+)"\)');
|
||||
|
||||
@proxy
|
||||
class Configuration {
|
||||
final Angel app;
|
||||
Configuration(this.app);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: angel_configuration
|
||||
description: Isomorphic YAML configuration loader for Angel.
|
||||
version: 1.0.1+6
|
||||
version: 1.0.1+7
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_configuration
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue