Skip to content

Commit

Permalink
fix(deps): Add explicit dependency on figgy-pudding
Browse files Browse the repository at this point in the history
This removes an implicit transitive dependency that itself relies on node_modules being flattened by package managers.

Without this explicit dependency, stricter package managers like pnpm fail to install a usable copy of this library.
  • Loading branch information
evocateur committed May 8, 2019
1 parent 7fe8aff commit 0561347
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 @@ -33,6 +33,7 @@
"homepage": "https://npmjs.com/package/libnpmaccess",
"dependencies": {
"aproba": "^2.0.0",
"figgy-pudding": "^3.5.1",
"get-stream": "^4.0.0",
"npm-package-arg": "^6.1.0",
"npm-registry-fetch": "^3.8.0"
Expand Down

0 comments on commit 0561347

Please sign in to comment.