Upgrade nconf to fix bug in config
config.get().name was undefined, even though config.get('name') worked fine
This commit is contained in:
parent
026e1f1289
commit
f4dbcb9b12
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bunyan": "^1.3.3",
|
"bunyan": "^1.3.3",
|
||||||
"lodash": "^3.0.1",
|
"lodash": "^3.0.1",
|
||||||
"nconf": "^0.7.1",
|
"nconf": "^0.8.4",
|
||||||
"node-static": "^0.7.6"
|
"node-static": "^0.7.6"
|
||||||
},
|
},
|
||||||
"bin": "./bin.js",
|
"bin": "./bin.js",
|
||||||
|
|
Loading…
Reference in a new issue