From 9a99feb0fc5861c78a782f9c691ed2f9f3b01d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Fri, 1 Apr 2022 00:38:13 -0300 Subject: [PATCH] feat: @athenna/core to v1.0.9 --- _tsconfig.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_tsconfig.json b/_tsconfig.json index cd24079..ea3a583 100644 --- a/_tsconfig.json +++ b/_tsconfig.json @@ -26,7 +26,7 @@ "providers/*": ["providers/*"], "routes/*": ["routes/*"], "storage/*": ["storage/*"], - "../../../tests/*": ["../../../tests/*"] + "tests/*": ["tests/*"] }, "forceConsistentCasingInFileNames": true }, diff --git a/package.json b/package.json index 4d25cbb..aaaff2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "1.0.8", + "version": "1.0.9", "description": "", "license": "MIT", "author": "João Lenon ",