Update tail node to accept/display regex.

To address Issue #555
This commit is contained in:
Dave Conway-Jones
2019-07-12 12:22:13 +01:00
parent 6030b45735
commit 55698e637d
4 changed files with 8 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "node-red-node-tail",
"version": "0.0.2",
"version": "0.0.3",
"description": "A node to tail files for Node-RED",
"dependencies": {
"tail": "^2.0.0"
"tail": "^2.0.2"
},
"repository": {
"type": "git",