diff --git a/package.json b/package.json index fde9af6..f95720b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cli", - "version": "1.1.6", + "version": "1.1.7", "description": "Athenna CLI to create new projects and install components.", "license": "MIT", "author": "João Lenon ", @@ -185,6 +185,10 @@ "storage/*.js", "storage/*.d.ts", "storage/**/*.js", - "storage/**/*.d.ts" + "storage/**/*.d.ts", + "resources/*.js", + "resources/*.d.ts", + "resources/**/*.js", + "resources/**/*.d.ts" ] }