Skip to content

Commit

Permalink
Update Needle to 2.5.0 or greater.
Browse files Browse the repository at this point in the history
Versions of `needle` prior to `2.5.0` cannot cope with redirects (as documented: tomas/needle#312).

This prevents prebuilt `canvas` binaries from being downloaded on MacOS,
requiring the global install of its dependencies.

Updating Needle restores it to functionality, addressing this.  It also avoids
the need to add `request` to `package.json`; it also obsoletes mozilla#12018.
  • Loading branch information
Dylan Lacey committed Jun 25, 2020
1 parent c1cb9ee commit f2b2958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"jstransformer-markdown-it": "^2.1.0",
"merge-stream": "^1.0.1",
"mkdirp": "^1.0.4",
"needle": "^2.5.0",
"postcss-calc": "^7.0.2",
"postcss-css-variables": "^0.14.0",
"prettier": "^2.0.5",
Expand Down

0 comments on commit f2b2958

Please sign in to comment.