Remove redundant package dependency

This commit is contained in:
John Crepezzi 2011-11-18 19:55:38 -05:00
parent a1d5f79708
commit a2d17b28df
2 changed files with 1 additions and 3 deletions

1
TODO
View File

@ -1,6 +1,5 @@
cache headers for static assets cache headers for static assets
chng how file def is written chng how file def is written
make redis work without in package
make redis connection into a separate method make redis connection into a separate method
tests tests

View File

@ -19,8 +19,7 @@
"dependencies": { "dependencies": {
"winston": "*", "winston": "*",
"hashlib": "*", "hashlib": "*"
"package": "*"
}, },
"devDependencies": { "devDependencies": {