Bump jsonata in submodule package.json

This commit is contained in:
Nick O'Leary 2019-01-07 17:03:32 +00:00
parent c4beab6b0d
commit 9ee6655bfa
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"clone": "2.1.2",
"i18next": "12.1.0",
"json-stringify-safe": "5.0.1",
"jsonata": "1.5.4",
"jsonata": "1.6.3",
"when": "3.7.8"
}
}

View File

@ -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 => {