From a7d028e29b976247afdf700570750c2f4642e297 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 31 Oct 2014 14:54:17 -0400 Subject: [PATCH] bundling spam-be-gone with all nodebb install, ping @akhoury, closes #2332 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8601145a01..bc0c83eff7 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "nodebb-plugin-markdown": "^0.7.0", "nodebb-plugin-mentions": "~0.6.0", "nodebb-plugin-soundpack-default": "~0.1.1", + "nodebb-plugin-spam-be-gone": "^0.2.51", "nodebb-theme-lavender": "~0.1.0", "nodebb-theme-vanilla": "~0.1.0", "nodebb-widget-essentials": "~0.1.1",