bootcamp icon indicating copy to clipboard operation
bootcamp copied to clipboard

Locked all packages in `package.json`

Open ghost opened this issue 4 years ago • 0 comments

This will help with some concerns of security. npm install is much like playing Russian Roulette when it comes to CI and project replication. It is better to utilize the package-lock.json functionality.

ghost avatar Dec 11 '21 17:12 ghost