mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 05:14:13 +00:00
make memwatch-next optional, fixes #10291
This commit is contained in:
parent
31b439129d
commit
6b7333927a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,6 @@
|
|||
"jquery": ">=3.0.0",
|
||||
"js2xmlparser": "^3.0.0",
|
||||
"lodash": "^4.17.10",
|
||||
"memwatch-next": "^0.3.0",
|
||||
"merge-stream": "^1.0.0",
|
||||
"method-override": "^2.3.5",
|
||||
"moment": "^2.22.1",
|
||||
|
|
@ -188,6 +187,7 @@
|
|||
"webpack-hot-middleware": "^2.22.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"memwatch-next": "^0.3.0",
|
||||
"node-rdkafka": "^2.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue