Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for otp and access=public npm publish flags #28

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

mbehzad
Copy link
Contributor

@mbehzad mbehzad commented Jan 22, 2022

  • Add support for otp flag for npm publish (fixes Support OTP for npm 2factor authentication #27)
  • Add support for access=public flag for npm publish
    this is needed e.g. when a scoped package (@foo/my-package) is released. I think the public option could even be used always or as default because npmpub will be used in open source repos. but I added it as an opt-in flag
  • Update eslint ES parse version to support async/await syntax
    updated to ES2017. Package.json says node v8 and higher is supported. v8 has all the es2017 stuff except shared array buffers and Atomics.

Add support for access=public flag for npm publish
Update eslint es parse version to support async/await syntax
@MoOx MoOx merged commit bc6fbcf into MoOx:master Mar 7, 2022
@MoOx
Copy link
Owner

MoOx commented Mar 7, 2022

Thanks! Sorry for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OTP for npm 2factor authentication
2 participants