From 721a2df940243a43012e8905b4737eb7404eeba2 Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Mon, 13 May 2024 12:41:34 +0200 Subject: [PATCH] Fix: Package Contents (#40) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4c3c3f8..a4e68e9 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "version": "0.0.0-alpha.1", "main": "dist/index.js", "types": "dist/index.d.ts", + "files": [ + "dist/**/*" + ], "scripts": { "build": "rm -rf ./dist && tsc", "lint": "eslint . --ignore-pattern dist/",