From 3c9c85e2687e083b036a42dbd68a3fc94809da58 Mon Sep 17 00:00:00 2001 From: lesion Date: Sat, 22 Jun 2019 19:30:12 +0200 Subject: [PATCH] v0.9.10 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2b4d092..cd54f0a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "0.9.9", + "version": "0.9.10", "description": "A shared agenda for local communities", "author": "lesion", "scripts": { @@ -30,7 +30,8 @@ "locales/", "dist/", "store/", - "config/" + "config/", + ".nuxt" ], "dependencies": { "@nuxtjs/auth": "^4.6.5",