Skip to content

Commit c638f0a

Browse files
committed
Minor update for continuous integration
1 parent 8f0fda8 commit c638f0a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-json-multi-schema",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Generic JSON data pipeline tools, with dynamic transformation (using JSONata rules), resolving JSON Schema (using JSONata rules), and then validation (using JSON Schema). For Node-RED and for command-line.",
55
"main": "index.js",
66
"readmeFilename": "readme.md",
@@ -32,7 +32,7 @@
3232
"ajv": "^6.10.2",
3333
"jsonata": "^1.7.0",
3434
"node-fetch": "^2.6.0",
35-
"node-red-contrib-mock-cli": "^1.0.0"
35+
"node-red-contrib-mock-cli": "^1.0.2"
3636
},
3737
"devDependencies": {
3838
"jshint": "^2.10.3"

0 commit comments

Comments
 (0)