Skip to content

Commit 11efd6e

Browse files
authored
Adding "keywords" to package.json
1 parent c524c3e commit 11efd6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"author": "Tim Koschützki <tim@debuggable.com> (http://debuggable.com/)",
33
"name": "retry",
44
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
5+
"keywords": "retry, exponential backoff, auto-retry, multiple attempts, custom retry",
56
"license": "MIT",
67
"version": "0.13.1",
78
"homepage": "https://github.com/tim-kos/node-retry",

0 commit comments

Comments
 (0)