diff --git a/app.js b/app.js index b30a527d7..978671546 100644 --- a/app.js +++ b/app.js @@ -8,7 +8,6 @@ import "jquery-contextmenu"; import "jquery-ui"; import "strophe"; import "strophe-disco"; -import "strophe-caps"; import "jQuery-Impromptu"; import "autosize"; diff --git a/package.json b/package.json index 970ae10e4..48a1d9be5 100644 --- a/package.json +++ b/package.json @@ -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" } }