diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index abda524..e9d3efe 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -11,6 +11,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/semantic-release-config/package.json b/packages/semantic-release-config/package.json index c618ca7..9c8e1b2 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -15,6 +15,9 @@ "bugs": { "url": "https://github.com/1aron/techor/issues" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "https://github.com/1aron/techor.git", @@ -47,4 +50,4 @@ "conventional-changelog-techor": "workspace:^", "techor-conventional-commits": "workspace:^" } -} +} \ No newline at end of file