From f3d7e7c5fed5d1ba322c042bc7254316d348f29f Mon Sep 17 00:00:00 2001 From: David Mellen Date: Mon, 5 Feb 2024 14:53:54 +0100 Subject: [PATCH] ci: set npm publish access level to public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a16805..acc0f3f 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "type": "git", "url": "git+https://github.com/remindgmbh/nuxt-typo3-news.git" }, + "publishConfig": { + "access": "public" + }, "type": "module", "exports": { ".": { @@ -49,4 +52,4 @@ "typescript": "^5.3.3", "vue-tsc": "^1.8.27" } -} +} \ No newline at end of file