Remove dependencies and fix logs display

This commit is contained in:
Aurélien Georget 2016-08-22 11:46:13 +02:00
parent f7c2de1d9e
commit 012abadc41
2 changed files with 1 additions and 2 deletions

View File

@ -52,6 +52,7 @@ module.exports = function () {
// Run listeners // Run listeners
child.on('restart', function() { child.on('restart', function() {
console.log();
logger.info('Restarting due to changes...'); logger.info('Restarting due to changes...');
console.log(); console.log();
}); });

View File

@ -40,7 +40,6 @@
"co": "~4.6.0", "co": "~4.6.0",
"consolidate": "~0.14.0", "consolidate": "~0.14.0",
"fs-extra": "~0.30.0", "fs-extra": "~0.30.0",
"grant-koa": "~3.6.3",
"graphql": "~0.6.2", "graphql": "~0.6.2",
"herd": "~1.0.0", "herd": "~1.0.0",
"jsonapi-serializer": "~3.3.0", "jsonapi-serializer": "~3.3.0",
@ -65,7 +64,6 @@
"koa-views": "^4.1.0", "koa-views": "^4.1.0",
"lodash": "~4.15.0", "lodash": "~4.15.0",
"node-schedule": "~1.1.0", "node-schedule": "~1.1.0",
"nodemon": "^1.10.0",
"socket.io": "~1.4.5", "socket.io": "~1.4.5",
"strapi-generate": "~2.0.0", "strapi-generate": "~2.0.0",
"strapi-generate-api": "~2.0.0", "strapi-generate-api": "~2.0.0",