From 7829f41d32d157f01fbd3c3570cc071a786a9653 Mon Sep 17 00:00:00 2001 From: Devin Wilson Date: Wed, 26 Aug 2015 08:48:17 -0600 Subject: [PATCH] Add the plugins to the npm module --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 304b925..6dc66de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "strophejs-plugins", "description": "Strophe.js community plugins", - "version": "0.0.5", + "version": "0.0.6", "homepage": "https://github.com/strophe/strophejs-plugins", "repository": { "type": "git", @@ -16,7 +16,7 @@ "plugins" ], "files": [ - "strophe.js", + "/**/strophe*.js", "CHANGES.md", "README.md" ],