Skip to content

Commit f334713

Browse files
authored
chore!: switch to @node-core scope (#700)
1 parent bdb85a9 commit f334713

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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 }}
@@ -26,6 +26,6 @@ jobs:
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 }}

README.md

+1-1
Original file line numberDiff line numberDiff 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

4545
If you would prefer to build from the source, install and link:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",

0 commit comments

Comments
 (0)