From eb3e3b48b19a8cbbbf89472532ad3a22c272cd2f Mon Sep 17 00:00:00 2001 From: Conicaw Date: Sun, 16 Jul 2023 18:40:01 -0500 Subject: [PATCH] refactor: update package name Update package name --- .github/workflows/release.yml | 1 - package-lock.json | 4 ++-- package.json | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f0492c..4cce597 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,5 +43,4 @@ jobs: id: release uses: ahmadnassri/action-semantic-release@v2.2.3 env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 1454641..ed08aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@ttshivers/nestjs-http-promise", + "name": "@furality/nestjs-http-promise", "version": "0.0.0-semantically-release", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@ttshivers/nestjs-http-promise", + "name": "@furality/nestjs-http-promise", "version": "0.0.0-semantically-release", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 99be083..250b7de 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@ttshivers/nestjs-http-promise", + "name": "@furality/nestjs-http-promise", "version": "0.0.0-semantically-release", "private": false, "keywords": [ @@ -11,11 +11,11 @@ "axios" ], "description": "promise implementation of nestjs http module with retries feature using axios-retry and axios", - "author": "ttshivers", + "author": "furality", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", - "url": "https://github.com/ttshivers/nestjs-http-promise#readme", + "url": "https://github.com/furality/nestjs-http-promise#readme", "scripts": { "build": "rimraf -rf dist && tsc -p tsconfig.json", "format": "prettier --write \"{lib}/**/*.ts\"", @@ -64,7 +64,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ttshivers/nestjs-http-promise" + "url": "https://github.com/furality/nestjs-http-promise" }, "publishConfig": { "access": "public"