open-data-potsdam / brandengo

🚉 Displaying Departures near your Geolocation.
https://brandengo.de
1 stars 4 forks source link

Add a Yarn lock file #6

Closed vanderwees closed 6 years ago

vanderwees commented 6 years ago

Let's add a Yarn (npm alternative) lock file, so we're sure to work with the same package versions.

derhuerst commented 6 years ago

Note that people who may not use Yarn for package management won't get the same package versions.

jfilter commented 6 years ago

I am fine with having both, npm and yarn lock file. We can also switch to Yarn all togehter.

derhuerst commented 6 years ago

People will need to remember to update both the npm and yarn lock files. That was all I wanted to say.

jfilter commented 6 years ago

I get your point. Ideally, we should stick to one. Let's not overengineer it for now.