bump daemon for Ja translations

make exit standalone
This commit is contained in:
Dave Conway-Jones 2021-10-18 21:13:52 +01:00
parent eec57351d0
commit b44676ef3c
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-daemon",
"version" : "0.2.1",
"version" : "0.3.0",
"description" : "A Node-RED node that runs and monitors a long running system command.",
"dependencies" : {
},

View File

@ -1,10 +1,13 @@
{
"name": "node-red-node-exif",
"version": "0.2.2",
"version": "0.3.0",
"description": "A Node-RED node that extracts Exif information from JPEG image buffers.",
"dependencies": {
"exif": "^0.6.0"
},
"bundledDependencies": [
"exif"
],
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/utility/exif"