We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111c54d commit c8c3343Copy full SHA for c8c3343
2 files changed
lib/spawn.js
@@ -1,5 +1,5 @@
1
const spawn = require('@npmcli/promise-spawn')
2
-const promiseRetry = require('promise-retry')
+const { promiseRetry } = require('@gar/promise-retry')
3
const { log } = require('proc-log')
4
const makeError = require('./make-error.js')
5
const makeOpts = require('./opts.js')
package.json
@@ -38,6 +38,7 @@
38
"tap": "^16.0.1"
39
},
40
"dependencies": {
41
+ "@gar/promise-retry": "^1.0.0",
42
"@npmcli/promise-spawn": "^9.0.0",
43
"ini": "^6.0.0",
44
"lru-cache": "^11.2.1",
0 commit comments