Netflix / flamescope

FlameScope is a visualization tool for exploring different time ranges as Flame Graphs.
Apache License 2.0
3.02k stars 168 forks source link

Use npm or yarn (not both) #103

Closed mmarchini closed 3 years ago

mmarchini commented 4 years ago

Mixing package managers is not recommended. Right now we have package-lock.json and yarn.lock on the project. We should keep only one and remove the other to avoid confusion and misuse.

Based on the README.md we should keep yarn.lock and remove package-lock.json (since that's what we recommend using).

spiermar commented 3 years ago

Done