refactor: update package name
Update package name
This commit is contained in:
parent
10aa48e31f
commit
eb3e3b48b1
3 changed files with 6 additions and 7 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -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
4
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue