fix(caps): remove strophe-caps dependancy

This commit is contained in:
hristoterezov 2016-12-19 14:58:18 -06:00
parent 9f332ffcec
commit 41f0069a22
2 changed files with 0 additions and 2 deletions

1
app.js
View File

@ -8,7 +8,6 @@ import "jquery-contextmenu";
import "jquery-ui";
import "strophe";
import "strophe-disco";
import "strophe-caps";
import "jQuery-Impromptu";
import "autosize";

View File

@ -94,7 +94,6 @@
"jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
"popover": "./node_modules/bootstrap/js/popover.js",
"strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
"strophe-caps": "./node_modules/strophejs-plugins/caps/strophe.caps.jsonly.js",
"tooltip": "./node_modules/bootstrap/js/tooltip.js"
}
}