Skip to content

Commit 622bf6b

Browse files
fix: remove unused dependencies
1 parent 9bdbe66 commit 622bf6b

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

migrate/migrate-bot.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import path, { join } from "path";
55
import { fileURLToPath } from "url";
66
import { execSync, spawnSync } from "child_process";
77
import { visualizeTextDiff } from "./text-diff-visualizer";
8-
import { convert } from "html-to-text";
98

109
const __dirname = path.dirname(fileURLToPath(import.meta.url));
1110

package-lock.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
},
2626
"devDependencies": {
2727
"@octokit/rest": "^21.0.2",
28-
"@types/html-to-text": "^9.0.4",
2928
"prettier": "3.6.2"
3029
}
3130
}

0 commit comments

Comments
 (0)