File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 id : release
1616 with :
1717 release-type : node
18- package-name : node-core- utils
18+ package-name : ' @ node-core/ utils'
1919 npm-publish :
2020 needs : release-please
2121 if : ${{ needs.release-please.outputs.release_created }}
2626 with :
2727 node-version : lts/*
2828 registry-url : ' https://registry.npmjs.org'
29- - run : npm publish
29+ - run : npm publish --access public
3030 env :
3131 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.
3939### Install
4040
4141```
42- npm install -g node-core- utils
42+ npm install -g @ node-core/ utils
4343```
4444
4545If you would prefer to build from the source, install and link:
Original file line number Diff line number Diff line change 11{
2- "name" : " node-core- utils" ,
2+ "name" : " @ node-core/ utils" ,
33 "version" : " 3.5.0" ,
44 "description" : " Utilities for Node.js core collaborators" ,
55 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments