Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop (leftover?) .package-lock.json for reproducible builds ## Problem The .package-lock.json file containted a random TCP port number, which made build results vary. - *Bugzilla link* [generic tracker bug](https://bugzilla.opensuse.org/show_bug.cgi?id=1062303) ## Solution We drop the file. If that is not appropriate, we could replace the random number with a constant. ## Testing - tested that it builds reproducibly.
- Loading branch information