From da05330ded5a3226cb9e2c3cf0fcb6cfc84606ce Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 12 Mar 2014 11:39:16 -0400 Subject: [PATCH] updated cron dependency to require v0.1.4 at least, due to fixes upstream re-enabling notifications pruning --- app.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 6c4f34d33a..9878c22786 100644 --- a/app.js +++ b/app.js @@ -141,8 +141,7 @@ function start() { webserver.init(); }); - // Temporarily removed until ncb000gt/node-cron/issues/81 and ncb000gt/node-cron/issues/83 are fixed - // notifications.init(); + notifications.init(); process.on('SIGTERM', shutdown); process.on('SIGINT', shutdown); diff --git a/package.json b/package.json index d53d445129..7bbb2960df 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prompt": "~0.2.11", "uglify-js": "~2.4.0", "validator": "^3.4.0", - "cron": "~1.0.1", + "cron": "~1.0.4", "semver": "~2.2.1", "string": "~1.7.0", "xregexp": "~2.0.0",