cfry / dde

Dexter Development Environment
Other
44 stars 25 forks source link

Update package-lock.json #37

Closed bcomnes closed 5 years ago

bcomnes commented 5 years ago

Update package-lock.json. I did this by running:

$ git checkout master
$ git pull
$ npm install
$ git commit -am 'a commit message'

It looks like someone updated package.json without checking in the updates to package-lock.json

Unless you also commit the package-lock.json changes, it can break the CI builds.