mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Bump tail node to pick up latest underlying library fixes for error handling
hopefully to address #795
This commit is contained in:
parent
874708dc0d
commit
8412beedf2
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user