mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00: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
|
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
|
||||||
|
|
|
@ -19,8 +19,7 @@
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"winston": "*",
|
"winston": "*",
|
||||||
"hashlib": "*",
|
"hashlib": "*"
|
||||||
"package": "*"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue