|
|
|
|
|
by chrischen
2228 days ago
|
|
Dunno about OP but I pin versions in package.json because it allows me to control the versions and upgrade major versions only when explicit and necessary, and rely only on the lock file to keep it the same between commit time and the production build. |
|
Always commit your lock files people