diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-03 17:08:39 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-12 13:21:50 +0200 |
commit | c2e882134526816e224bb408e42f4953f385c917 (patch) | |
tree | 1c28c5e3bdd08dafa3369225365a1fee7dcda88b /package.json | |
parent | 7f8ff16c76ae31b0bcb2f62cc58ed89e7f2fbb22 (diff) | |
download | nextcloud-server-c2e882134526816e224bb408e42f4953f385c917.tar.gz nextcloud-server-c2e882134526816e224bb408e42f4953f385c917.zip |
Use the external initial state implementation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a5f5eb12634..b62adaa0146 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@chenfengyuan/vue-qrcode": "^1.0.1", "@nextcloud/axios": "^0.4.1", "@nextcloud/event-bus": "^0.2.1", + "@nextcloud/initial-state": "^0.2.0", "@nextcloud/paths": "^0.2.0", "@nextcloud/router": "^0.1.0", "autosize": "^4.0.2", @@ -48,7 +49,6 @@ "marked": "^0.7.0", "moment": "^2.24.0", "moment-timezone": "^0.5.26", - "nextcloud-initial-state": "0.0.3", "nextcloud-password-confirmation": "^0.4.2", "nextcloud-router": "0.0.9", "nextcloud-vue": "^0.12.3", |