Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Use ranges in devDependencies #192

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

Methuselah96
Copy link

npm and Yarn by default install things with a major version range. This provides intent that the package should work with any version within that major version range. The locking is already provided by the yarn.lock file, so there shouldn't be a need to lock packages to a specific version in the package.json file. It's standard practice in JS projects to use ranges for package versions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants