From eedc0c68ede648d2983525039f9284d3e45ab4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Sun, 3 Apr 2022 12:38:09 -0300 Subject: [PATCH] fix: add templates folder to files array in pkg.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c164f5..a40a7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/cli", - "version": "1.0.0", + "version": "1.0.1", "description": "", "license": "MIT", "author": "Victor Tesoura JĂșnior ", @@ -149,10 +149,10 @@ } }, "files": [ - "config/*.js", - "config/*.d.ts", - "config/**/*.js", - "config/**/*.d.ts", + "templates/*.js", + "templates/*.d.ts", + "templates/**/*.js", + "templates/**/*.d.ts", "src/*.js", "src/*.d.ts", "src/**/*.js",