mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 06:50:51 +00:00
Remove dependencies and fix logs display
This commit is contained in:
parent
f7c2de1d9e
commit
012abadc41
@ -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();
|
||||||
});
|
});
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user