Upgrade nconf to fix bug in config

config.get().name was undefined, even though config.get('name') worked fine
This commit is contained in:
Misha Wolfson 2016-12-15 16:58:35 -05:00
parent 026e1f1289
commit f4dbcb9b12

View file

@ -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",