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="sentiment">
<script type="text/html" data-help-name="sentiment">
<p>Analyses the chosen property, default <code>payload</code>, and adds a <code>sentiment</code> object.</p>
<h3>Outputs</h3>
<dl class="message-properties">

View File

@@ -14,7 +14,7 @@
limitations under the License.
-->
<script type="text/x-red" data-help-name="sentiment">
<script type="text/html" data-help-name="sentiment">
<p>指定したプロパティ(デフォルトは<code>payload</code>)<code>sentiment</code></p>
<h3>出力</h3>
<dl class="message-properties">

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-sentiment",
"version" : "0.1.4",
"version" : "0.1.5",
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words.",
"dependencies" : {
"sentiment" : "2.1.0"
"sentiment" : "2.1.1"
},
"repository" : {
"type":"git",