Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Swap to npm-shrinkwrap to ensure all installs use the same dependency…
Browse files Browse the repository at this point in the history
… versions

Previously we were using package-lock.json which ensures when running npm install in the origami-build-tools repo that it always installs the same dependency versions.

package-lock.json does not ensure that npm install origami-build-tools always uses the same dependency versions though, and that means when someone/something runs npm install origami-build-tools it will be using dependency versions we have not tested against and could be cause errors/bugs in our project. This has happened several times recently with Karma.

Using npm-shrinkwrap ensures that npm install and npm install origami-build-tools will both use the same dependency versions, which is what we want.
  • Loading branch information
JakeChampion committed Mar 31, 2021
1 parent 859ec38 commit 495f25d
Show file tree
Hide file tree
Showing 2 changed files with 18,733 additions and 30,826 deletions.
Loading

0 comments on commit 495f25d

Please sign in to comment.