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:
authorJoas Schilling <coding@schilljs.com>2016-11-28 19:56:45 +0300
committerGitHub <noreply@github.com>2016-11-28 19:56:45 +0300
commit493ee88fe9e11a72a4397c5ce88137012d4c426f (patch)
treed1717820b0f2a077431c147575bbc303b501d993 /bower.json
parentf115c6df29b465bbaf76b20aadf60c25ba2dc016 (diff)
Fix json syntax
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 0cce9149e..034f705dc 100644
--- a/bower.json
+++ b/bower.json
@@ -18,7 +18,7 @@
],
"dependencies": {
"backbone": "1.2.3",
- "backbone.marionette": "3.0.0"
+ "backbone.marionette": "3.0.0",
"jquery": "^2.0"
}
}