Skip to content

Commit c8c3343

Browse files
committed
add @gar/promise-retry@1.0.0
1 parent 111c54d commit c8c3343

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/spawn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const spawn = require('@npmcli/promise-spawn')
2-
const promiseRetry = require('promise-retry')
2+
const { promiseRetry } = require('@gar/promise-retry')
33
const { log } = require('proc-log')
44
const makeError = require('./make-error.js')
55
const makeOpts = require('./opts.js')

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"tap": "^16.0.1"
3939
},
4040
"dependencies": {
41+
"@gar/promise-retry": "^1.0.0",
4142
"@npmcli/promise-spawn": "^9.0.0",
4243
"ini": "^6.0.0",
4344
"lru-cache": "^11.2.1",

0 commit comments

Comments
 (0)