From c5f695f50fbb6c15cae03f77e58d97331b1a0c65 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 1 Jun 2023 10:40:31 +0200 Subject: [PATCH] chore!: switch to `@node-core` scope --- .github/workflows/release-please.yml | 4 ++-- README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0006f4c0..84c5eb71 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 }} @@ -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 }} diff --git a/README.md b/README.md index e2055d1c..f6576266 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index a19f4a41..e5b33a1b 100644 --- a/package.json +++ b/package.json @@ -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",