Skip to content

Commit 4c84659

Browse files
Update automation/utils/src/oss-clearance.ts
Co-authored-by: Samuel Reichert <samuelreichertt@gmail.com>
1 parent eb2b9b4 commit 4c84659

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

automation/utils/src/oss-clearance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { basename, join, parse } from "path";
33
import { homedir, tmpdir } from "node:os";
44
import { mkdtemp, stat } from "node:fs/promises";
55
import { chmod, cp, exec, mkdir, mv, rm, unzip, zip } from "./shell";
6-
import chalk from "chalk";
76

87
export function findOssReadme(packageRoot: string, widgetName: string, version: string): string | undefined {
98
const readmeossPattern = `**/*${widgetName}__${version}__READMEOSS_*.html`;

0 commit comments

Comments
 (0)