Skip to content

Commit

Permalink
Release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-kos committed Jun 21, 2021
1 parent a7cedfb commit b8e26ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -3,13 +3,16 @@
"name": "retry",
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
"license": "MIT",
"version": "0.13.0",
"version": "0.13.1",
"homepage": "https://github.com/tim-kos/node-retry",
"repository": {
"type": "git",
"url": "git://github.com/tim-kos/node-retry.git"
},
"files": ["lib", "example"],
"files": [
"lib",
"example"
],
"directories": {
"lib": "./lib"
},
Expand Down

0 comments on commit b8e26ea

Please sign in to comment.