From 0bbbe3850e3a5aef7fe25d5c728cedcf8e8cafdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Tue, 27 Aug 2024 10:27:10 +0100 Subject: [PATCH] chore(npm): update dependencies --- .athennarc.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.athennarc.json b/.athennarc.json index f9b169d..29ab255 100644 --- a/.athennarc.json +++ b/.athennarc.json @@ -25,7 +25,7 @@ "README.md", "LICENSE.md", "templates/*.edge", - "bin/.athennarc.prod.json" + ".athennarc.prod.json" ] }, "test": { diff --git a/package-lock.json b/package-lock.json index c98783e..1ca5183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/cli", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/cli", - "version": "5.1.0", + "version": "5.2.0", "license": "MIT", "dependencies": { "@athenna/artisan": "^5.1.0", diff --git a/package.json b/package.json index 752d3c8..0dd46da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cli", - "version": "5.1.0", + "version": "5.2.0", "description": "Athenna CLI to create new Athenna projects.", "license": "MIT", "author": "João Lenon ",