From af4f4cc2b208ff696baddad1bda0563170bfe1ce Mon Sep 17 00:00:00 2001 From: meza Date: Mon, 27 Jun 2022 15:40:59 +0100 Subject: [PATCH] fix: fixed deployment restrictions #27 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a6755464..c828fe21 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "bin": { "adr": "dist/index.js" }, + "publishConfig": { + "access": "public" + }, "types": "dist/index.d.ts", "private": false, "scripts": { @@ -84,8 +87,5 @@ "repository": { "type": "git", "url": "https://github.com/meza/adr-tools.git" - }, - "publishConfig": { - "access": "restricted" } }