mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(deps): remove unused tree-kill dependency
code got removed with commit e393914, but seems that the dependency remained as leftover
This commit is contained in:
parent
657fa9402c
commit
c5a8b5b6d8
10
package-lock.json
generated
10
package-lock.json
generated
@ -91,7 +91,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",
|
||||
@ -17338,15 +17337,6 @@
|
||||
"tslib": "2"
|
||||
}
|
||||
},
|
||||
"node_modules/tree-kill": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
|
||||
"integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"tree-kill": "cli.js"
|
||||
}
|
||||
},
|
||||
"node_modules/trim-repeated": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,4 @@
|
||||
import child_process from "child_process";
|
||||
import kill from "tree-kill";
|
||||
|
||||
let etapiAuthToken: string | undefined;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user