BertrandBev / eigen-js

⚡ Eigen-js is a port of the Eigen C++ linear algebra library
https://bertrandbev.github.io/eigen-js/#/
92 stars 15 forks source link

Add package-lock.json #36

Closed samestep closed 2 years ago

samestep commented 2 years ago

This PR tracks package-lock.json in Git. It uses "lockfileVersion": 1 because the environment activated by the latest version of Emscripten seems to enforce Node v14.18.2, which uses lockfile version 1 instead of 2.