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 Langfeld <ben@langfeld.me>2015-04-15 17:30:18 +0300
commitd977990b70790fb47824955074753157b2352d0b (patch)
treee2b2bb26fea3e9a83d5947663e7566e07df91927
parent80e058f26d1f10700227307afa51abe18b99f33d (diff)
Released StropheJS has a bug in AMD definitionfeature/upgrade-strophe
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"
}
}