From 5b65424895ff7bd5b4b470f2a0a9200faa3ce46c Mon Sep 17 00:00:00 2001 From: Ray Kraesig Date: Fri, 27 Sep 2019 13:45:11 -0700 Subject: [PATCH] deps: Remove stray `jest-cli` requirement This is a dev-dependency, not a standard dependency. (And on the dev side, it's implied by the dependency on `jest` -- so `yarn.lock` needs no updates.) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2d88f24..3af5460 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "jest": "^20.0.4" }, "dependencies": { - "jest-cli": "^20.0.4", "katex": "^0.7.1", "lodash.contains": "^2.4.3", "lodash.find": "^4.6.0",