aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-07-22 11:29:35 +0200
committerJulius Härtl <jus@bitgrid.net>2020-08-05 17:01:28 +0200
commit90f56dd2b09479a61db085ea2c8f93887e1e6dad (patch)
tree52a5f3b430d0953eff0f2f7bc07b4f81c54007f4 /package.json
parent0135eed7daa118f98b1166b5bf793a6769cfb2a5 (diff)
downloadnextcloud-server-90f56dd2b09479a61db085ea2c8f93887e1e6dad.tar.gz
nextcloud-server-90f56dd2b09479a61db085ea2c8f93887e1e6dad.zip
Replace vue-smoothdnd with vuedraggable
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index db2528e21f0..37588737a2c 100644
--- a/package.json
+++ b/package.json
@@ -82,7 +82,7 @@
"vue-material-design-icons": "^4.8.0",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.3.4",
- "vue-smooth-dnd": "^0.8.1",
+ "vuedraggable": "^2.24.0",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
},