Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: switch to @node-core scope #700

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading