File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
id : release
16
16
with :
17
17
release-type : node
18
- package-name : node-core- utils
18
+ package-name : ' @ node-core/ utils'
19
19
npm-publish :
20
20
needs : release-please
21
21
if : ${{ needs.release-please.outputs.release_created }}
26
26
with :
27
27
node-version : lts/*
28
28
registry-url : ' https://registry.npmjs.org'
29
- - run : npm publish
29
+ - run : npm publish --access public
30
30
env :
31
31
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ CLI tools for Node.js Core collaborators.
39
39
### Install
40
40
41
41
```
42
- npm install -g node-core- utils
42
+ npm install -g @ node-core/ utils
43
43
```
44
44
45
45
If you would prefer to build from the source, install and link:
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node-core- utils" ,
2
+ "name" : " @ node-core/ utils" ,
3
3
"version" : " 3.5.0" ,
4
4
"description" : " Utilities for Node.js core collaborators" ,
5
5
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments