From d214a36e1a5fbc6070cd8a9b42e8df4426406441 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 13 Feb 2015 14:20:18 +0000 Subject: [PATCH] Fix dependency on the badwords package Fix #97 --- analysis/swearfilter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/swearfilter/package.json b/analysis/swearfilter/package.json index 88e3e473..b496f2ac 100644 --- a/analysis/swearfilter/package.json +++ b/analysis/swearfilter/package.json @@ -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",