Skip to content

Commit

Permalink
fix: fixed the regression of the restricted releases
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jun 27, 2022
1 parent 4b07ff4 commit 303c19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meza/adr-tools",
"version": "1.0.6",
"version": "1.0.5",
"main": "dist/index.js",
"bin": {
"adr": "dist/index.js"
Expand Down Expand Up @@ -85,6 +85,6 @@
"url": "https://github.com/meza/adr-tools.git"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}

0 comments on commit 303c19f

Please sign in to comment.