UNPKG
circuit-retry
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
A utility to retry promises
github.com/alextanhongpin/node-retry
alextanhongpin/node-retry
circuit-retry
/
.babelrc
14 lines
•
193 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "presets": [ [
"env"
, { "targets": { "node":
"current"
} }],
[
"minify"
]
], "plugins": [
"add-module-exports"
,
"transform-es2015-modules-umd"
] }