mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Remove redundant package dependency
This commit is contained in:
parent
a1d5f79708
commit
a2d17b28df
2 changed files with 1 additions and 3 deletions
1
TODO
1
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
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
|
||||
"dependencies": {
|
||||
"winston": "*",
|
||||
"hashlib": "*",
|
||||
"package": "*"
|
||||
"hashlib": "*"
|
||||
},
|
||||
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue