Skip to content

Commit

Permalink
Merge pull request #215 from netlify/rate-limiting
Browse files Browse the repository at this point in the history
Fix rate limiting handing
  • Loading branch information
bcomnes authored Jan 19, 2019
2 parents 2961ecb + dc2673d commit 932c001
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 932c001

Please sign in to comment.