mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Bump jsonata in submodule package.json
This commit is contained in:
@@ -64,6 +64,7 @@ if (require.main === module) {
|
||||
verifyDependencies().then(failures => {
|
||||
if (failures.length > 0) {
|
||||
failures.forEach(f => console.log(` - ${f}`));
|
||||
console.log("Run with --fix option to fix up versions")
|
||||
process.exit(1);
|
||||
}
|
||||
}).catch(e => {
|
||||
|
Reference in New Issue
Block a user