dot-base / icd-10-api

Rest API to search the 10th revision of the International Statistical Classification of Diseases Database.
GNU General Public License v3.0
18 stars 4 forks source link

Add package lock to enforce package versions #20

Closed friedow closed 3 years ago

friedow commented 3 years ago

I've really had enough of broken packages being published or minor versions being used to introduce breaking changes. Therefore this PR introduces the good old package-lock.json.

🚒 Technical Solution

[How did you fix this bug?]