Skip to content

Commit 303c19f

Browse files
committed
fix: fixed the regression of the restricted releases
1 parent 4b07ff4 commit 303c19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meza/adr-tools",
3-
"version": "1.0.6",
3+
"version": "1.0.5",
44
"main": "dist/index.js",
55
"bin": {
66
"adr": "dist/index.js"
@@ -85,6 +85,6 @@
8585
"url": "https://github.com/meza/adr-tools.git"
8686
},
8787
"publishConfig": {
88-
"access": "restricted"
88+
"access": "public"
8989
}
9090
}

0 commit comments

Comments
 (0)