diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-03-22 10:46:04 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-03-22 12:27:54 +0100 |
commit | 939535f51fb32f5e6e65fa0db9ee64fb02a4f8ba (patch) | |
tree | 520ff5091617647d2fbb17cc11167817cd9a2388 /package.json | |
parent | 47fafead819d6c1749d962c255ad83efdd251303 (diff) | |
download | nextcloud-server-939535f51fb32f5e6e65fa0db9ee64fb02a4f8ba.tar.gz nextcloud-server-939535f51fb32f5e6e65fa0db9ee64fb02a4f8ba.zip |
Remove legacy js packages
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 69813b0af7d..952a884403a 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "@nextcloud/initial-state": "^1.1.1", "@nextcloud/l10n": "^1.1.1", "@nextcloud/logger": "^1.1.1", + "@nextcloud/password-confirmation": "^1.0.0", "@nextcloud/paths": "^1.1.0", "@nextcloud/router": "^1.0.0", "@nextcloud/vue": "^1.4.1", @@ -58,8 +59,6 @@ "marked": "^0.8.1", "moment": "^2.24.0", "moment-timezone": "^0.5.28", - "nextcloud-password-confirmation": "^0.4.2", - "nextcloud-router": "0.0.9", "nextcloud-vue-collections": "^0.7.2", "p-limit": "^2.2.2", "p-queue": "^6.3.0", |