Skip to content

Commit

Permalink
document private better
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 31, 2023
1 parent 6f9525f commit 01fc30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To disable the feature:
```diff
// package.json
- "public": true, // remove this to disable the public `.well-known` files
+ "private": true, // maybe add this to opt into disabling npm publish
+ "private": true, // if you want to disable npm publishing, add this
```

> [Windows is not yet supported](https://github.com/fuz-dev/fuz_template/issues/4)
Expand Down

0 comments on commit 01fc30c

Please sign in to comment.