refactor: update package name

Update package name
This commit is contained in:
Conicaw 2023-07-16 18:40:01 -05:00
parent 10aa48e31f
commit eb3e3b48b1
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418
3 changed files with 6 additions and 7 deletions

View file

@ -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 }}

4
package-lock.json generated
View file

@ -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": {

View file

@ -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"