Skip to content

Commit b8e26ea

Browse files
author
tim-kos
committedJun 21, 2021
Release 0.13.1
1 parent a7cedfb commit b8e26ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
"name": "retry",
44
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
55
"license": "MIT",
6-
"version": "0.13.0",
6+
"version": "0.13.1",
77
"homepage": "https://github.com/tim-kos/node-retry",
88
"repository": {
99
"type": "git",
1010
"url": "git://github.com/tim-kos/node-retry.git"
1111
},
12-
"files": ["lib", "example"],
12+
"files": [
13+
"lib",
14+
"example"
15+
],
1316
"directories": {
1417
"lib": "./lib"
1518
},

0 commit comments

Comments
 (0)
Please sign in to comment.