DEV Community

Discussion on: Explain package-lock.json like I am five

Collapse
 
jamonjamon profile image
Jaimie Carter

I just got one of these. So, basically, I do nothing? Include it in git commits, and that's it?

Collapse
 
ankitutekar profile image
Ankit Utekar

Yes, make sure it's committed along with package.json changes.

Collapse
 
jamonjamon profile image
Jaimie Carter

Thanks!!