Upgrade nconf to fix bug in config

config.get().name was undefined, even though config.get('name') worked fine
master
Misha Wolfson 2016-12-15 16:58:35 -05:00
parent e9dec6b4b8
commit f625c795eb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"dependencies": {
"bunyan": "^1.3.3",
"lodash": "^3.0.1",
"nconf": "^0.7.1",
"nconf": "^0.8.4",
"node-static": "^0.7.6"
},
"bin": "./bin.js",