Add package-lock.json to version control

`package-lock.json` is a file that newer versions of NPM generated
when installing dependencies.

> It describes the exact tree that was generated, such that
> subsequent installs are able to generate identical trees,
> regardless of intermediate dependency updates.

> This file is intended to be committed into source repositories.

– https://docs.npmjs.com/files/package-lock.json
This commit is contained in:
Chris Hill Scott
2017-07-03 12:11:24 +01:00
parent c791771498
commit 8e19dc194a

4229
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff