Bump tail node to pick up latest underlying library fixes for error handling

hopefully to address #795
This commit is contained in:
Dave Conway-Jones 2021-04-11 14:07:17 +01:00
parent 874708dc0d
commit 8412beedf2
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "node-red-node-tail", "name": "node-red-node-tail",
"version": "0.3.0", "version": "0.3.1",
"description": "A node to tail files for Node-RED", "description": "A node to tail files for Node-RED",
"dependencies": { "dependencies": {
"tail": "^2.2.0" "tail": "^2.2.2"
}, },
"repository": { "repository": {
"type": "git", "type": "git",