Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Retry attempt to deduplicate dependencies
Browse files Browse the repository at this point in the history
Previously we had issues with `npm dedupe`, which was removing too many
dependencies and disrespecting semver ranges. This commit instead runs
`npm dedupe && npm install`, which prunes the tree and then re-fills the
tree to ensure that all dependencies are satisfied.
  • Loading branch information
christianbundy committed May 2, 2019
1 parent 54d5340 commit 981ad06
Showing 1 changed file with 651 additions and 6,338 deletions.

0 comments on commit 981ad06

Please sign in to comment.