From 3fc716dba69d0b24ce0c8d3c1444466262c48421 Mon Sep 17 00:00:00 2001 From: lesion Date: Sat, 22 Jun 2019 18:55:52 +0200 Subject: [PATCH] v0.9.6 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e8a7b2d..c7e0b106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "0.9.5", + "version": "0.9.6", "description": "A shared agenda for local communities", "author": "lesion", "scripts": { @@ -27,7 +27,8 @@ "files": [ "server/*", "nuxt.config.js", - "dist/*" + "locales/", + "dist/" ], "dependencies": { "@nuxtjs/auth": "^4.6.5",