From 998198cffb9bbcc8a75cd07310c06fabff6750bd Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 11 Feb 2024 19:27:16 +0000
Subject: [PATCH] chore(deps): bump esbuild-sass-plugin from 2.16.0 to 2.16.1 (#778)
---
quartz/cli/helpers.js | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/quartz/cli/helpers.js b/quartz/cli/helpers.js
index 1bb9b23..702a1b7 100644
--- a/quartz/cli/helpers.js
+++ b/quartz/cli/helpers.js
@@ -3,7 +3,6 @@
import { contentCacheFolder } from "./constants.js"
import { spawnSync } from "child_process"
import fs from "fs"
-import { rimraf } from "rimraf"
export function escapePath(fp) {
return fp
@@ -53,11 +52,3 @@
})
await fs.promises.rm(contentCacheFolder, { force: true, recursive: true })
}
-
-export async function rmrf(path) {
- if (os.platform() == "win32") {
- return rimraf.windows(path)
- } else {
- return rimraf(path)
- }
-}
--
Gitblit v1.10.0