Merge pull request #4595 from node-red/fix-rfdc-dependency

Add rfdc to @node-red/runtime package.json
This commit is contained in:
Nick O'Leary
2024-03-07 16:33:06 +00:00
committed by GitHub

View File

@@ -22,6 +22,7 @@
"clone": "2.1.2",
"express": "4.18.2",
"fs-extra": "11.1.1",
"json-stringify-safe": "5.0.1"
"json-stringify-safe": "5.0.1",
"rfdc": "^1.3.0"
}
}