Add rfdc to @node-red/runtime package.json

This commit is contained in:
Nick O'Leary
2024-03-07 16:31:31 +00:00
parent 5beb6dbeee
commit 8832a1aa20

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"
}
}