diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-29 16:57:15 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-01-29 16:57:15 +0100 |
commit | 6bca362ce906eaeb631f2f47250c13bb7b7c67ba (patch) | |
tree | 709da0667e27b3fc25c5600addbd8c1feb9ac3ae /bower.json | |
parent | 4fcdfbf5de5496cf1fc683b6a2f4c55764de8e02 (diff) | |
download | nextcloud-server-6bca362ce906eaeb631f2f47250c13bb7b7c67ba.tar.gz nextcloud-server-6bca362ce906eaeb631f2f47250c13bb7b7c67ba.zip |
Bump clipboardjs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 422946b2996..62dbec8f65a 100644 --- a/bower.json +++ b/bower.json @@ -32,7 +32,7 @@ "davclient.js": "https://github.com/evert/davclient.js.git#0.1.2", "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0", "base64": "~0.3.0", - "clipboard": "^1.5.12", + "clipboard": "1.7.1", "autosize": "4.0.0" } } |