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 ",