summaryrefslogtreecommitdiffstats
path: root/src/ContactsRoot.vue
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-08 10:22:10 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-08 17:48:12 +0100
commit213a1fc421da26a9d3852721aaf1cd3fbdc7b162 (patch)
tree3c036c4d500cc40c3eb2bbbf89943e15f6a5d24f /src/ContactsRoot.vue
parent544cc04f1608e8c0555cde50dbccd6e0e964589b (diff)
Bump eslint-config-nextcloud from 0.0.6 to 0.1.0
Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'src/ContactsRoot.vue')
-rw-r--r--src/ContactsRoot.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ContactsRoot.vue b/src/ContactsRoot.vue
index 06ab1b3e..9fdd4d87 100644
--- a/src/ContactsRoot.vue
+++ b/src/ContactsRoot.vue
@@ -26,6 +26,6 @@
<script>
export default {
- name: 'ContactsRoot'
+ name: 'ContactsRoot',
}
</script>