Skip to content

Commit fcc47f2

Browse files
committed
Removing graceful-fs in favor of node:fs
1 parent d89816e commit fcc47f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"@rgrove/parse-xml": "^4.2.0",
5050
"debug": "^4.4.0",
5151
"flatted": "^3.3.3",
52-
"graceful-fs": "^4.2.11",
5352
"p-queue": "6.6.2"
5453
},
5554
"ava": {

src/AssetCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const fs = require("graceful-fs");
1+
const fs = require("fs");
22
const path = require("path");
33
const { createHash } = require("crypto");
44
const { DateCompare } = require("@11ty/eleventy-utils");

0 commit comments

Comments
 (0)