bump sentiment, rbe, email, feedparser, twitter, tail nodes

Locale files moved out
This commit is contained in:
Dave Conway-Jones
2019-12-05 21:36:59 +00:00
parent 870a2146c0
commit 3d60aa4c00
19 changed files with 30 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-help-name="tail">
<script type="text/html" data-help-name="tail">
<p>Tails (watches for things to be added) to the configured file.</p>
<p>Note: On Windows you may need to close the file between writes for any updates to be registered.</p>
<h3>Input</h3>

View File

@@ -14,7 +14,7 @@
limitations under the License.
-->
<script type="text/x-red" data-help-name="tail">
<script type="text/html" data-help-name="tail">
<p>設定したファイルの末尾を出力(追加されたデータを監視)します.</p>
<p>: Windowsでは追加されたデータを出力するには書き込みと書き込みの間にファイルを閉じる必要があります</p>
<h3>出力</h3>

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "A node to tail files for Node-RED",
"dependencies": {
"tail": "^2.0.2"
"tail": "^2.0.3"
},
"repository": {
"type": "git",