mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 03:02:49 +00:00
updated package.json
This commit is contained in:
9
node_modules/nconf/CHANGELOG.md
generated
vendored
Normal file
9
node_modules/nconf/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
### Version 0.5.0
|
||||
|
||||
* `nconf.stores.*` is now `nconf.*`
|
||||
* `nconf.stores` now represents the set of nconf.* Store instances on the nconf object.
|
||||
* Added `nconf.argv()`, `nconf.env()`, `nconf.file()`, `nconf.overrides()`, `nconf.defaults()`.
|
||||
* `nconf.system` no longer exists. The `nconf.System` store has been broken into `nconf.Argv`, `nconf.Env` and `nconf.Literal`
|
||||
* Fixed bugs in hierarchical configuration loading.
|
||||
Reference in New Issue
Block a user