From 949607f9c67d2ba7ec88206370dcfc470812c6fd Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 28 Apr 2023 16:00:55 -0500 Subject: [PATCH] fix(files): include the wrappers directory in the published package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 75c6074a..b7f141a2 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ }, "files": [ "lib", + "wrappers", "index.js" ], "homepage": "https://github.com/semantic-release/release-notes-generator#readme",