neomap icon indicating copy to clipboard operation
neomap copied to clipboard

fixes for 0.6.0 release part 2

Open nikita03565 opened this issue 3 years ago • 1 comments

  • fixed relationship arrowheads color
  • generated package-lock.json file with "lockfileVersion": 1. dont remember exactly but there were some troubles with "lockfileVersion": 2

more fixes coming soon. do not merge yet

nikita03565 avatar Oct 31 '21 17:10 nikita03565

We indeed had troubles with the lockfile in the CI (see for instance this run: https://github.com/stellasia/neomap/runs/3512461567?check_suite_focus=true). I did another try to update since this is the default behaviour when you run npm i and I am not super comfortable with blocking a default behaviour. But if you're not comfortable with version 2, we can postpone the update until we better understand what's going on.

stellasia avatar Nov 01 '21 07:11 stellasia