Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
- `2668386` deps: npm-registry-fetch@8.0.0 ([@mikemimik](https://github.com/mikemimik))
- `ef093e2` deps: tap@14.10.6 ([@mikemimik](https://github.com/mikemimik))

### Miscellanieous
### Miscellaneous
- `8e33902` chore: basic project updates ([@claudiahdz](https://github.com/claudiahdz))
- `50e1433` fix: update return value; add tests ([@mikemimik](https://github.com/mikemimik))
- `36d5c80` chore: updated gitignore; includes coverage folder ([@mikemimik](https://github.com/mikemimik))
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const setMfa = async (pkg, level, opts) => {
body.publish_requires_tfa = false
break
case 'publish':
// tfa is required, automation tokens can not override tfa
// tfa is required, automation tokens cannot override tfa
body.publish_requires_tfa = true
body.automation_token_overrides_tfa = false
break
Expand Down