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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-07-08 15:30:32 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-20 16:07:41 +0300
commitdaaa3ded8d73fe3e9eb483cbf1174ed245e6250b (patch)
treebbd225b10390909afb42abb4b792219e5a8d5dad /bower.json
parentb37e1ed17f54916e3321427d92afa3f74ebea1b3 (diff)
Add clipboard button to public share link
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 74c4be96a21..3aa2cd4b3b2 100644
--- a/bower.json
+++ b/bower.json
@@ -30,6 +30,7 @@
"backbone": "~1.2.3",
"davclient.js": "https://github.com/evert/davclient.js.git",
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
- "base64": "~0.3.0"
+ "base64": "~0.3.0",
+ "clipboard": "^1.5.12"
}
}