From d0bab98f13856e19aedb0898da6801fb06e83e26 Mon Sep 17 00:00:00 2001 From: 1aron Date: Wed, 16 Aug 2023 00:13:06 +0800 Subject: [PATCH] Fix: Missed `"access": "publich"` --- packages/commitlint-config/package.json | 3 +++ packages/conventional-changelog-config/package.json | 3 +++ packages/conventional-commits/package.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index a43a0ee..783d4ab 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -14,6 +14,9 @@ "bugs": { "url": "https://github.com/1aron/techor/issues" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/1aron/techor.git", diff --git a/packages/conventional-changelog-config/package.json b/packages/conventional-changelog-config/package.json index f998162..7e0264a 100644 --- a/packages/conventional-changelog-config/package.json +++ b/packages/conventional-changelog-config/package.json @@ -21,6 +21,9 @@ "bugs": { "url": "https://github.com/1aron/techor/issues" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/1aron/techor.git", diff --git a/packages/conventional-commits/package.json b/packages/conventional-commits/package.json index 1cd74e9..0881e2f 100644 --- a/packages/conventional-commits/package.json +++ b/packages/conventional-commits/package.json @@ -20,6 +20,9 @@ "bugs": { "url": "https://github.com/1aron/techor/issues" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/1aron/techor.git",