diff --git a/package.json b/package.json index 6dd4f38..ddbf3c4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "type": "module", "exports": "./lib/index.js", "files": [ - "lib/**/*.js" + "lib/**/*.js", + "patches/**/*.patch" ], "scripts": { "postinstall": "npx patch-package",