Skip to content

Commit

Permalink
Fix rate limiting handing
Browse files Browse the repository at this point in the history
Update Netlify js client to support rate limiting.
  • Loading branch information
bcomnes committed Jan 19, 2019
1 parent 2961ecb commit dc2673d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 64 deletions.
84 changes: 21 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"lodash.snakecase": "^4.1.1",
"log-symbols": "^2.2.0",
"make-dir": "^1.3.0",
"netlify": "^2.2.1",
"netlify": "^2.2.2",
"node-fetch": "^2.2.0",
"ora": "^3.0.0",
"p-wait-for": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class BaseCommand extends Command {

// Get site config from netlify.toml
const configPath = getConfigPath(projectRoot)
// TODO: https://github.com/request/caseless to handle key casing issues
const config = readConfig(configPath)

// Get site id & build state
Expand Down

0 comments on commit dc2673d

Please sign in to comment.