From 9cb761adbd1f904f488358a5aa8f6d05e084b736 Mon Sep 17 00:00:00 2001 From: Hyko Date: Tue, 14 Apr 2026 20:01:22 -0400 Subject: [PATCH] chore: include `.env.example` in published package files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d3419c..b06c603 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "main": "./dist/index.js", "module": "./dist/index.js", "files": [ - "dist" + "dist", + ".env.example" ], "scripts": { "build": "tsup && npm run build:css",