You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
outlines the process for community interaction and contribution. Please don't
47
-
hesitate to jump in if you'd like to, or even ask us questions if something
48
-
isn't clear.
49
-
50
-
All participants and maintainers in this project are expected to follow the
51
-
[npm Code of Conduct](https://www.npmjs.com/policies/conduct), and just
52
-
generally be excellent to each other.
53
-
54
-
Please refer to the [Changelog](CHANGELOG.md) for project history details, too.
55
-
56
-
Happy hacking!
57
-
58
40
### API
59
41
60
42
#### <aname="opts"></a> `opts` for `libnpmteam` commands
@@ -69,7 +51,6 @@ A couple of options of note for those in a hurry:
69
51
70
52
*`opts.token` - can be passed in and will be used as the authentication token for the registry. For other ways to pass in auth details, see the n-r-f docs.
71
53
*`opts.otp` - certain operations will require an OTP token to be passed in. If a `libnpmteam` command fails with `err.code === EOTP`, please retry the request with `{otp: <2fa token>}`
72
-
*`opts.Promise` - If you pass this in, the Promises returned by `libnpmteam` commands will use this Promise class instead. For example: `{Promise: require('bluebird')}`
0 commit comments