From 3285bd49637a65783737423144095e0bd70ac4ab Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Tue, 17 Sep 2024 10:58:25 +0200 Subject: [PATCH] fix: remove redundant dependency Signed-off-by: Elizabeth Danzberger --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce3f2de7ec..e711058493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,6 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", "@nextcloud/vue": "^8.18.0", - "@nextcloud/sharing": "^0.2.3", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.0" }, diff --git a/package.json b/package.json index 7e8fc1eac0..ddb110ea7b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", "@nextcloud/vue": "^8.18.0", - "@nextcloud/sharing": "^0.2.3", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.0" },