Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2015-04-15 17:30:18 +0300
committerBen Klang <bklang@mojolingo.com>2015-07-22 04:25:38 +0300
commit133e92a63e8d6adf9027f21e45e5eec7b6c7bb89 (patch)
treedeb2a76d7a141efcbc749b7739f79c9bed8a5d5b
parent6ffcec32ae001837d27d86b45c857afb7dc557ff (diff)
Released StropheJS has a bug in AMD definition
Fixed at https://github.com/strophe/strophejs/commit/fb717ab6fe6b7776659d2204807f99a28e92f651
-rw-r--r--bower.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 2944fb8..4b579e5 100644
--- a/bower.json
+++ b/bower.json
@@ -32,9 +32,12 @@
],
"dependencies": {
"jquery": "~1.11.0",
- "strophe": "strophe/strophejs#1.2.1",
+ "strophe": "strophe/strophejs#72914b87f56cf12e5e6a40c293cb9c6397bc7d16",
"strophejs-plugins": "strophe/strophejs-plugins#39d67d66e900bce8b990d9214bffe6593a96ddf7",
"mustache": "0.3.0",
"jquery-i18n": "1.1.1"
+ },
+ "resolutions": {
+ "strophe": "72914b87f56cf12e5e6a40c293cb9c6397bc7d16"
}
}