From 59f3f5c6e7a40ea5a664e7aa02857983243a508c Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Sun, 24 Oct 2021 06:02:05 +0530 Subject: [PATCH] Include `glob-pattern.js` for publish (#95) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7ccd29e..1e4a300 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ }, "files": [ "cpy-error.js", + "glob-pattern.js", "index.js", "index.d.ts" ],