summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-03-22 15:14:41 -0700
committerJason Wray <jason@mapbox.com>2019-04-25 14:04:42 -0700
commit01a2a79b2c9af05d93febaf2d6510e116a706d96 (patch)
treea1854e7f02ec8415b489589ad44d9d808113cc52 /package.json
parent3832a081cb481bf5e375f3fc51a467cbe84aa04a (diff)
downloadqtlocation-mapboxgl-01a2a79b2c9af05d93febaf2d6510e116a706d96.tar.gz
[build] Retry failed GitHub API requests
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7462ab751e..413d1776a9 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,8 @@
"npm-run-all": "^4.0.2"
},
"devDependencies": {
- "@octokit/rest": "^15.15.1",
+ "@octokit/rest": "^16.0.0",
+ "@octokit/plugin-retry": "^2.2.0",
"aws-sdk": "^2.285.1",
"csscolorparser": "^1.0.2",
"ejs": "^2.4.1",