@@ -555,22 +555,23 @@ See the [commit queue guide][commit-queue.md].
555
555
556
556
### Using ` git-node `
557
557
558
- In most cases, using [ the ` git-node ` command] [ git-node ] of [ ` node-core-utils ` ] [ ]
559
- is enough to land a pull request. If you discover a problem when using
560
- this tool, please file an issue [ to the issue tracker] [ node-core-utils-issues ] .
558
+ In most cases, using [ the ` git-node ` command] [ git-node ] of
559
+ [ ` @node-core/utils ` ] [ ] is enough to land a pull request. If you discover a
560
+ problem when using this tool, please file an issue
561
+ [ to the issue tracker] [ node-core-utils-issues ] .
561
562
562
563
Quick example:
563
564
564
565
``` bash
565
- npm install -g node-core- utils
566
+ npm install -g @ node-core/ utils
566
567
git node land $PRID
567
568
```
568
569
569
- To use ` node-core- utils ` , you will need a GitHub access token. If you do not
570
- have one, ` node-core- utils ` will create one for you the first time you use it.
570
+ To use ` @ node-core/ utils` , you will need a GitHub access token. If you do not
571
+ have one, ` @ node-core/ utils` will create one for you the first time you use it.
571
572
To do this, it will ask for your GitHub password and two-factor authentication
572
573
code. If you wish to create the token yourself in advance, see
573
- [ the ` node-core- utils ` guide] [ node-core-utils-credentials ] .
574
+ [ the ` @ node-core/ utils` guide] [ node-core-utils-credentials ] .
574
575
575
576
### Technical HOWTO
576
577
@@ -959,7 +960,7 @@ need to be attached anymore, as only important bugfixes will be included.
959
960
[ TSC ] : https://github.com/nodejs/TSC
960
961
[ `--pending-deprecation` ] : ../api/cli.md#--pending-deprecation
961
962
[ `--throw-deprecation` ] : ../api/cli.md#--throw-deprecation
962
- [ `node-core- utils` ] : https://github.com/nodejs/node-core-utils
963
+ [ `@ node-core/ utils` ] : https://github.com/nodejs/node-core-utils
963
964
[ backporting guide ] : backporting-to-release-lines.md
964
965
[ commit message guidelines ] : pull-requests.md#commit-message-guidelines
965
966
[ commit-example ] : https://github.com/nodejs/node/commit/b636ba8186
0 commit comments