chore: update package name
Update package name
This commit is contained in:
parent
39298996c3
commit
d6ef1d32ab
2 changed files with 9 additions and 9 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "nestjs-http-promise",
|
||||
"version": "1.2.3",
|
||||
"name": "@ttshivers/nestjs-http-promise",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nestjs-http-promise",
|
||||
"version": "1.2.3",
|
||||
"name": "@ttshivers/nestjs-http-promise",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "~0.24.0",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"typescript": "^4.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^7.0.0 || ^8.0.0",
|
||||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
||||
"reflect-metadata": "^0.1.12"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "nestjs-http-promise",
|
||||
"name": "@ttshivers/nestjs-http-promise",
|
||||
"version": "2.0.0",
|
||||
"keywords": [
|
||||
"nestjs",
|
||||
|
@ -10,11 +10,11 @@
|
|||
"axios"
|
||||
],
|
||||
"description": "promise implementation of nestjs http module with retries feature using axios-retry and axios",
|
||||
"author": "Ben Hason",
|
||||
"author": "ttshivers",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"url": "https://github.com/benhason1/nestjs-http-promise#readme",
|
||||
"url": "https://github.com/ttshivers/nestjs-http-promise#readme",
|
||||
"scripts": {
|
||||
"build": "rimraf -rf dist && tsc -p tsconfig.json",
|
||||
"format": "prettier --write \"{lib}/**/*.ts\"",
|
||||
|
@ -63,6 +63,6 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/benhason1/nestjs-http-promise"
|
||||
"url": "https://github.com/ttshivers/nestjs-http-promise"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue