mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Merge pull request #98 from hardillb/master
Fix dependency on the badwords package
This commit is contained in:
commit
4d0eb516db
@ -3,7 +3,7 @@
|
|||||||
"version" : "0.0.1",
|
"version" : "0.0.1",
|
||||||
"description" : "A Node-RED node that attempts to filter out messages containing swearwords.",
|
"description" : "A Node-RED node that attempts to filter out messages containing swearwords.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"badwords" : "0.0.1"
|
"badwords" : "0.0.3"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
|
Loading…
Reference in New Issue
Block a user