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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-18 15:30:57 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-18 17:10:16 +0300
commitf1ec1f7e25ab51fcb152b435fa22e610e1d8d7be (patch)
treefb30cb54b970b2447cfaf79252e335f4d486e1fd /bower.json
parent2b596e396dba92f8fe6990d1b57e55ebcdfa853e (diff)
downgrade marionette, create room via backbone sync
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 10caa9c6d..0cce9149e 100644
--- a/bower.json
+++ b/bower.json
@@ -18,7 +18,7 @@
],
"dependencies": {
"backbone": "1.2.3",
- "backbone.marionette": "^3.1.0",
+ "backbone.marionette": "3.0.0"
"jquery": "^2.0"
}
}