1
0
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:
Nick O'Leary 2015-02-13 14:45:14 +00:00
commit 4d0eb516db

View File

@ -3,7 +3,7 @@
"version" : "0.0.1",
"description" : "A Node-RED node that attempts to filter out messages containing swearwords.",
"dependencies" : {
"badwords" : "0.0.1"
"badwords" : "0.0.3"
},
"repository" : {
"type":"git",