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

View File

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