We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0343b6f commit 473538eCopy full SHA for 473538e
CONTRIBUTING.md
@@ -2,12 +2,6 @@
2
3
## Getting started
4
5
-Optionally choose the correct Node.js version with [nvm](https://nvm.sh/) installed:
6
-
7
-```sh
8
-nvm use
9
-```
10
11
Install dependencies with:
12
13
```sh
@@ -44,7 +38,7 @@ Bump the package version and generate a changelog:
44
38
npm version …
45
39
```
46
40
47
-See [npm version docs](https://docs.npmjs.com/cli/v10/commands/npm-version) for all available arguments.
41
+See [npm version docs](https://docs.npmjs.com/cli/commands/npm-version) for all available arguments.
48
42
49
43
Publish the new version with:
50
0 commit comments