Remove colorette dependency transitively
This commit is contained in:
parent
15472b4a46
commit
50bd9fd9d7
3 changed files with 25 additions and 16 deletions
|
@ -11,7 +11,7 @@ const data = require("./data")
|
|||
/** @type {import("node-fetch").default} */
|
||||
// @ts-ignore
|
||||
const fetch = require("node-fetch")
|
||||
const {green} = require("colorette")
|
||||
const {green} = require("ansi-colors")
|
||||
|
||||
const passthrough = require("../src/passthrough")
|
||||
const db = new sqlite(":memory:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue