From 4c60c4fb5c0d469f05d4d0e00c51f4b9c2dd42c6 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Mon, 30 Jan 2023 09:44:22 -0600 Subject: [PATCH] fix: correct included files path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33e32ce2f4..4f2e18649b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error" }, "files": [ - "list" + "lib" ], "main": "./lib", "types": "./index.d.ts",