From deab28da145c64a1a55b91e7108fd3677397727d Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Wed, 17 Jan 2024 21:15:52 -0500 Subject: [PATCH] Distribute patches. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",