From 0b61f41a2f7822897ce77613581b89bd536fd663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 23 Sep 2025 14:02:05 +0200 Subject: [PATCH] fix(package): include shrinkwrap file in published package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bd87f14..1ee08709 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "files": [ "lib/", "bin/", - "components/" + "components/", + "npm-shrinkwrap.json" ], "license": "MIT", "dependencies": {