We should commit package-lock to store all version information for all used packages. It guarantees that same packages will be used wherever you run npm ci.

This commit is contained in:
Valentina Lilova 2022-06-13 16:21:10 +03:00
commit c49b0c38c9
2 changed files with 7626 additions and 2 deletions

1
.gitignore vendored
View file

@ -4,6 +4,5 @@ node_modules
tmp
dist
npm-debug.log*
package-lock.json
yarn.lock
.idea

7625
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff