From afa101b45c5e93e97d3538c8dcc987204761eb8d Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer <184284+thasmo@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:34:23 +0100 Subject: [PATCH] fix: update entry option (#119) --- knip.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knip.config.js b/knip.config.js index a31bbf3..cf0ee49 100644 --- a/knip.config.js +++ b/knip.config.js @@ -1,5 +1,5 @@ export default { - entry: ['configuration/*.js'], + entry: ['configuration/*.json'], ignoreDependencies: [ '@semantic-release/commit-analyzer', '@semantic-release/github',