Skip to content

Commit

Permalink
fix: fixed deployment restrictions #27
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jun 27, 2022
1 parent eda5cc7 commit af4f4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"bin": {
"adr": "dist/index.js"
},
"publishConfig": {
"access": "public"
},
"types": "dist/index.d.ts",
"private": false,
"scripts": {
Expand Down Expand Up @@ -84,8 +87,5 @@
"repository": {
"type": "git",
"url": "https://github.com/meza/adr-tools.git"
},
"publishConfig": {
"access": "restricted"
}
}

0 comments on commit af4f4cc

Please sign in to comment.