Skip to content

Commit

Permalink
deps: Remove stray jest-cli requirement
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
rk-for-zulip committed Sep 27, 2019
1 parent 4c173f9 commit 5b65424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5b65424

Please sign in to comment.