Update package.json

This commit is contained in:
benhason1 2021-09-07 21:29:46 +03:00 committed by GitHub
parent 8f4d747d2e
commit 2852bc396e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ {
"name": "nestjs-http-promise", "name": "nestjs-http-promise",
"version": "2.0.0", "version": "1.0.0",
"keywords": ["nestjs", "http", "promise", "retry", "retries", "axios"], "keywords": ["nestjs", "http", "promise", "retry", "retries", "axios"],
"description": "promise implementation of nestjs http module with retries feature using axios-retry and axios", "description": "promise implementation of nestjs http module with retries feature using axios-retry and axios",
"author": "Ben Hason", "author": "Ben Hason",