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",