Skip to content

Commit

Permalink
chore!: switch to @node-core scope (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Sep 24, 2023
1 parent bdb85a9 commit f334713
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: release
with:
release-type: node
package-name: node-core-utils
package-name: '@node-core/utils'
npm-publish:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
Expand All @@ -26,6 +26,6 @@ jobs:
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CLI tools for Node.js Core collaborators.
### Install

```
npm install -g node-core-utils
npm install -g @node-core/utils
```

If you would prefer to build from the source, install and link:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-core-utils",
"name": "@node-core/utils",
"version": "3.5.0",
"description": "Utilities for Node.js core collaborators",
"type": "module",
Expand Down

0 comments on commit f334713

Please sign in to comment.