From 038816f8067ac3e6d42ed72a8b6ffab9b9508db8 Mon Sep 17 00:00:00 2001 From: Oren Date: Tue, 14 Feb 2023 23:02:10 +0200 Subject: [PATCH] Set publishConfig access=public --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3960ac0..523aebb 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ ], "main": "dist/src/index.js", "types": "dist/src/index.d.ts", + "publishConfig": { + "access": "public" + }, "scripts": { "build": "tsc", "start": "npm run build && node dist/src/cli.js", @@ -54,4 +57,4 @@ "ts-node": "^10.9.1", "typescript": "^4.9.4" } -} +} \ No newline at end of file