diff options
author | Greta Doci <gretadoci@gmail.com> | 2019-10-11 15:29:41 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-11-26 17:32:40 +0100 |
commit | 277880318ba70575ce39b4410d10a526ca622424 (patch) | |
tree | 69152d996ef87d260678637e84633d307bd86134 /package.json | |
parent | b1dffc5c2dd17216c87788bf36b8e15b45be2241 (diff) | |
download | nextcloud-server-277880318ba70575ce39b4410d10a526ca622424.tar.gz nextcloud-server-277880318ba70575ce39b4410d10a526ca622424.zip |
Add update all button
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 1fd2fe564f0..57b88f86cea 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "nextcloud-router": "0.0.9", "nextcloud-vue": "^0.12.7", "nextcloud-vue-collections": "^0.6.0", + "p-limit": "^2.2.1", "p-queue": "^6.2.1", "query-string": "^5.1.1", "select2": "3.5.1", |