Remove unnecessary lodash.get dependency
In the one place we use it, this can be replaced with a trivial helper.
Showing
... | ... | @@ -77,7 +77,6 @@ |
"karma-sinon": "^1.0.5", | ||
"katex": "^0.11.0", | ||
"lodash.debounce": "^4.0.3", | ||
"lodash.get": "^4.3.0", | ||
"loose-envify": "^1.4.0", | ||
"mocha": "^7.0.0", | ||
"node-uuid": "^1.4.3", | ||
... | ... |
Please register or sign in to comment