mirror of
https://github.com/strapi/strapi.git
synced 2025-09-21 14:31:16 +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
|
||||
child.on('restart', function() {
|
||||
console.log();
|
||||
logger.info('Restarting due to changes...');
|
||||
console.log();
|
||||
});
|
||||
|
@ -40,7 +40,6 @@
|
||||
"co": "~4.6.0",
|
||||
"consolidate": "~0.14.0",
|
||||
"fs-extra": "~0.30.0",
|
||||
"grant-koa": "~3.6.3",
|
||||
"graphql": "~0.6.2",
|
||||
"herd": "~1.0.0",
|
||||
"jsonapi-serializer": "~3.3.0",
|
||||
@ -65,7 +64,6 @@
|
||||
"koa-views": "^4.1.0",
|
||||
"lodash": "~4.15.0",
|
||||
"node-schedule": "~1.1.0",
|
||||
"nodemon": "^1.10.0",
|
||||
"socket.io": "~1.4.5",
|
||||
"strapi-generate": "~2.0.0",
|
||||
"strapi-generate-api": "~2.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user