mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Revent senitment dependency to 2.1.0
This commit is contained in:
parent
3d60aa4c00
commit
b1a80c9400
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-sentiment",
|
"name" : "node-red-node-sentiment",
|
||||||
"version" : "0.1.5",
|
"version" : "0.1.6",
|
||||||
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words.",
|
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"sentiment" : "2.1.1"
|
"sentiment" : "2.1.0"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
|
Loading…
Reference in New Issue
Block a user