Merge pull request #826 from thelounge/greenkeeper/update-all

Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
Jérémie Astori 2016-12-21 09:24:12 -05:00 committed by GitHub
commit 1d4fe979b1
2 changed files with 9 additions and 9 deletions

View file

@ -48,25 +48,25 @@
"event-stream": "3.3.4",
"express": "4.14.0",
"fs-extra": "1.0.0",
"irc-framework": "2.5.1",
"irc-framework": "2.5.2",
"lodash": "4.17.2",
"moment": "2.16.0",
"moment": "2.17.1",
"read": "1.0.7",
"request": "2.79.0",
"semver": "5.3.0",
"socket.io": "1.5.1",
"socket.io": "1.7.2",
"spdy": "3.4.4",
"ldapjs": "1.0.1"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.10.2",
"eslint": "3.12.2",
"font-awesome": "4.7.0",
"handlebars": "4.0.6",
"istanbul": "0.4.5",
"mocha": "3.1.2",
"npm-run-all": "3.1.1",
"stylelint": "7.5.0",
"uglify-js": "2.7.3"
"mocha": "3.2.0",
"npm-run-all": "3.1.2",
"stylelint": "7.7.0",
"uglify-js": "2.7.5"
}
}

View file

@ -85,7 +85,7 @@ using node ${colors.green(process.versions.node)} on ${colors.green(process.plat
log.info(`Configuration file: ${colors.green(Helper.CONFIG_PATH)}`);
log.info(`Available on ${colors.green(protocol + "://" + host + ":" + config.port + "/")} \
in ${config.public ? "public" : "private"} mode`);
log.info(`Press Ctrl-C to stop\n`);
log.info("Press Ctrl-C to stop\n");
if (!config.public) {
if ("autoload" in config) {