Skip to content

Commit b4fc156

Browse files
FNDmoonglum
authored andcommitted
Upgrade to faucet-core v3
1 parent 1dcbab9 commit b4fc156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let { readFile, stat } = require("fs").promises;
22
let path = require("path");
3-
let FileFinder = require("faucet-pipeline-core/lib/util/files/finder");
3+
let { FileFinder } = require("faucet-pipeline-core/lib/util/files/finder");
44

55
module.exports = {
66
key: "static",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"node": ">= 18"
2323
},
2424
"dependencies": {
25-
"faucet-pipeline-core": "^2.0.0"
25+
"faucet-pipeline-core": "^3.0.0"
2626
},
2727
"devDependencies": {
2828
"eslint-config-fnd": "^1.13.0",

0 commit comments

Comments
 (0)