+8
This commit is contained in:
parent
ca7ad18ff3
commit
c8eac16ffc
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Angel Configuration
|
||||
|
||||
![version 1.0.1+7](https://img.shields.io/badge/version-1.0.1+7-red.svg)
|
||||
![version 1.0.1+8](https://img.shields.io/badge/version-1.0.1+8-red.svg)
|
||||
![build status](https://travis-ci.org/angel-dart/configuration.svg)
|
||||
|
||||
Isomorphic YAML configuration loader for Angel.
|
||||
|
|
|
@ -60,5 +60,6 @@ loadConfigurationFile(
|
|||
sourceDirectory.absolute.uri.resolve(configFilePath));
|
||||
|
||||
await _loadYamlFile(app, configFile);
|
||||
app.container.singleton(new Configuration(app));
|
||||
};
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
name: angel_configuration
|
||||
description: Isomorphic YAML configuration loader for Angel.
|
||||
version: 1.0.1+7
|
||||
version: 1.0.1+8
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_configuration
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue