From a2d17b28df12ef34578240de18cdb51468782d0f Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Fri, 18 Nov 2011 19:55:38 -0500 Subject: [PATCH] Remove redundant package dependency --- TODO | 1 - package.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index 5f71637..7ba81fd 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ cache headers for static assets chng how file def is written -make redis work without in package make redis connection into a separate method tests diff --git a/package.json b/package.json index 06b9d69..3dcfc13 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,7 @@ "dependencies": { "winston": "*", - "hashlib": "*", - "package": "*" + "hashlib": "*" }, "devDependencies": {