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",