Skip to content

Commit

Permalink
chore(deps): remove unused tree-kill dependency
Browse files Browse the repository at this point in the history
code got removed with commit e393914,
but seems that the dependency remained as leftover
  • Loading branch information
pano9000 committed Jan 4, 2025
1 parent 657fa94 commit c5a8b5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"stream-throttle": "0.1.3",
"striptags": "3.2.0",
"tmp": "0.2.3",
"tree-kill": "1.2.2",
"ts-loader": "9.5.1",
"turndown": "7.2.0",
"unescape": "1.0.1",
Expand Down
1 change: 0 additions & 1 deletion spec/support/etapi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import child_process from "child_process";
import kill from "tree-kill";

let etapiAuthToken: string | undefined;

Expand Down

0 comments on commit c5a8b5b

Please sign in to comment.