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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

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