Skip to content

Commit

Permalink
build: fix release visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
goszczynskip committed Nov 20, 2024
1 parent 5964b3c commit fb93f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Tool to generate ARCHITECTURE file with mono repo diagrams with single command
## Usage

```bash
npx arch-gen
npx @tonik/arch-gen
```
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"typescript": "^5.2.2",
"vitest": "^2.0.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": "20 || >=22"
}
Expand Down

0 comments on commit fb93f16

Please sign in to comment.