From 13b199c41218a25112ef55aa36148833cd0bad2a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 4 Sep 2023 09:48:56 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aba3b54..fba6cae 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "files": [ "README.md", "package.json", - "scripts/*.js", - "lib/*.js" + "scripts", + "lib" ], "main": "lib/index.js", "types": "lib/index.d.ts",