n5ro / aframe-physics-system

Physics system for A-Frame VR, built on CANNON.js.
https://n5ro.github.io/aframe-physics-system/
MIT License
505 stars 136 forks source link

Reverting accidental regression in package-lock.json. #174

Closed MignonBelongie closed 3 years ago

MignonBelongie commented 3 years ago

package-lock.json was (probably accidentally) deleted in https://github.com/n5ro/aframe-physics-system/commit/732e8de7d3253139c72bb4aa8cdbf3eee439c245 When it was restored in https://github.com/n5ro/aframe-physics-system/commit/b0a16e22ba639ed82285eff80d8721285617b72b, the entries for ammo-debug-drawer and three-to-ammo had older values instead of the more recent values they had when the file was deleted.

This was causing a discrepancy between dist files built locally and those built by the new gitub workflow build, with the latter being incorrect since npm ci uses package-lock.json.