From c8d05ef161e07bb962422b8a37ccc7a6d7ed61f9 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 10 Jan 2025 14:42:50 -0700 Subject: [PATCH] npm: Add name to package.json This is needed for some npm-like tools (e.g. bun) for some actions --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 478a1d7b8..beab47914 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "name": "dovecot-ce-documentation", "devDependencies": { "@sindresorhus/slugify": "^2.2.1", "camelcase": "^8.0.0",