From ad011058174f9cf19c4fb8358a62dcfd1560bf99 Mon Sep 17 00:00:00 2001 From: Kosta Welke Date: Wed, 3 May 2023 09:04:25 +0200 Subject: [PATCH] publishConfig: access: public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff22fd..576720f 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,8 @@ "bugs": { "url": "https://github.com/understand-ai/async-transformers/issues" }, - "homepage": "https://github.com/understand-ai/async-transformers#readme" + "homepage": "https://github.com/understand-ai/async-transformers#readme", + "publishConfig": { + "access": "public" + } } \ No newline at end of file