From 5eebf1fb7a917700d98a3f257a63158cb3780d8d Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Thu, 17 Feb 2022 21:36:43 -0500 Subject: [PATCH] fix(build): publish correct files in package.json (#73) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2aca59a..009b4b9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "description": "A simple pitch detection library.", "version": "0.0.0", "files": [ - "dist" + "index.d.ts", + "index.js" ], "type": "module", "main": "index.js",