Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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 4 .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 2 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 2 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.