From af775a086e3b02bbbf2d0939155f39565e8c3287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20K=C3=B6nig?= Date: Mon, 14 Oct 2024 15:57:32 +0200 Subject: [PATCH] chore/update-publish-config --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 12c60c5..1172eeb 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,8 @@ "engines": { "node": ">=6.0.0" }, - "engineStrict": true + "engineStrict": true, + "publishConfig": { + "access": "public" + } }