Skip to content

Commit

Permalink
Fix: Missed "access": "publish"
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 15, 2023
1 parent d0bab98 commit f306e42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -47,4 +50,4 @@
"conventional-changelog-techor": "workspace:^",
"techor-conventional-commits": "workspace:^"
}
}
}

0 comments on commit f306e42

Please sign in to comment.