diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-02-21 13:41:38 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-03-01 20:56:58 +0100 |
commit | 7207a777a1e071f2ed144c5a26927b8006e198fc (patch) | |
tree | 90aba6e7ec0fde135d5ff5831af250b5e7c9ed3c /package.json | |
parent | cab704f0cc98c6e2f6658cdb57fbabda9f448654 (diff) | |
download | nextcloud-server-7207a777a1e071f2ed144c5a26927b8006e198fc.tar.gz nextcloud-server-7207a777a1e071f2ed144c5a26927b8006e198fc.zip |
Use nextcloud-vue-collections library
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 fa95bc8b1cd..e9c6742240a 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "nextcloud-axios": "^0.1.3", "nextcloud-password-confirmation": "^0.4.1", "nextcloud-vue": "^0.8.0", + "nextcloud-vue-collections": "^0.1.0", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git", "underscore": "^1.9.1", |