Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit a7b3f59

Browse files
author
Michael Perrotte
committedFeb 27, 2020
docs: updated README; removed opts.Promise, will be removing
1 parent 53c1a58 commit a7b3f59

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed
 

‎README.md

-19
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ console.log(await team.lsTeams('npm'))
2222

2323
* [Installing](#install)
2424
* [Example](#example)
25-
* [Contributing](#contributing)
2625
* [API](#api)
2726
* [team opts](#opts)
2827
* [`create()`](#create)
@@ -38,23 +37,6 @@ console.log(await team.lsTeams('npm'))
3837

3938
`$ npm install libnpmteam`
4039

41-
### Contributing
42-
43-
The npm team enthusiastically welcomes contributions and project participation!
44-
There's a bunch of things you can do if you want to contribute! The
45-
[Contributor Guide](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md)
46-
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-
5840
### API
5941

6042
#### <a name="opts"></a> `opts` for `libnpmteam` commands
@@ -69,7 +51,6 @@ A couple of options of note for those in a hurry:
6951

7052
* `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.
7153
* `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')}`
7354

7455
#### <a name="create"></a> `> team.create(team, [opts]) -> Promise`
7556

0 commit comments

Comments
 (0)
This repository has been archived.