diff --git a/package-lock.json b/package-lock.json index 232ef1129ad6c350e21b6efab5f6d076875c2341..36e9598d472b075d800f50aad945c33c641df531 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "ecloud-dashboard", "version": "0.1.0", "license": "AGPL-3.0-or-later", "dependencies": { @@ -6120,7 +6119,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -18466,7 +18464,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "optional": true }, "function-bind": { diff --git a/package.json b/package.json index 4d91f8866a0958e6c7db0917ea7ebf60f9d644e2..7ab71213d1f0f9ff46152f6b53db07f3356b0d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecloud-dashboard", - "version": "0.1.0", + "version": "1.0.1", "private": true, "description": "Place this app in **nextcloud/custom_apps/**", "main": "js/main.js", @@ -15,8 +15,8 @@ "test": "jest", "test:coverage": "jest --coverage" }, - "homepage": "https://github.com/nextcloud/aliases", - "author": "Georg Ehrke", + "homepage": "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-dashboard", + "author": "Murena", "license": "AGPL-3.0-or-later", "dependencies": { "@babel/polyfill": "^7.11.5", @@ -72,4 +72,4 @@ "webpack-cli": "^3.3.12", "webpack-merge": "^5.1.4" } -} \ No newline at end of file +} diff --git a/src/components/StorageLayout.vue b/src/components/StorageLayout.vue index f51311a62c8677642c695a95a88dcbfc09b8feae..bfd39546606b5f047b29fb33e935499ef8995141 100755 --- a/src/components/StorageLayout.vue +++ b/src/components/StorageLayout.vue @@ -16,7 +16,7 @@