1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Fix dependency on the badwords package

Fix #97
This commit is contained in:
Ben Hardill 2015-02-13 14:20:18 +00:00
parent 1ef562edbd
commit d214a36e1a

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",