From db76072e9a48f495cf5f25db3cdac6f931714a5d Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Thu, 16 May 2024 17:15:48 +0200 Subject: [PATCH] Include .d files in publishes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfe0891..ef62e11 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "commonjs", "main": "index.js", "files": [ - "lib/*.js" + "lib/**/*" ], "exports": { ".": {