This commit is contained in:
thosakwe 2016-11-27 21:03:05 -05:00
parent ca7ad18ff3
commit c8eac16ffc
3 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -60,5 +60,6 @@ loadConfigurationFile(
sourceDirectory.absolute.uri.resolve(configFilePath));
await _loadYamlFile(app, configFile);
app.container.singleton(new Configuration(app));
};
}

View file

@ -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: