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
1 changed files with 1 additions and 1 deletions

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