osmlab / name-suggestion-index

Canonical common brand names, operators, transit and flags for OpenStreetMap.
https://nsi.guide
BSD 3-Clause "New" or "Revised" License
709 stars 858 forks source link

fix: add package-lock.json #9655

Closed Venefilyn closed 3 months ago

Venefilyn commented 3 months ago

Package lock should exist in the project given that we use npm and have commands set up. This makes it possible to ensure that the packages we use are always the same and that any issues that occur will not be a total surprise, in other words, we will get a better handle on versioning

bhousel commented 3 months ago

Yea this is ok 👍 A few years ago this used to cause some problems, but not anymore.