From 38923c727e01e7f5994b9141fb9f3262d2cfc9d9 Mon Sep 17 00:00:00 2001 From: Federico Bartoli Date: Mon, 13 Apr 2026 19:11:04 +0200 Subject: [PATCH] Remove nonexistent templates/ from package.json files The templates/ directory does not exist in the repository and is not referenced by any source file (scaffolder.js keeps templates inline), so listing it in the "files" field only makes the published tarball manifest misleading. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 79bb55b..2721f44 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ }, "files": [ "bin/", - "src/", - "templates/" + "src/" ], "keywords": [ "agentic-seo",