Add package-lock.json

In order to have 100% reproducible builds, Electron needs
package-lock.json. This is necessary because some dependencies affect
the build output (browserify for example, is used to generate the common
js environment for sandboxed renderers).
This commit is contained in:
Thiago de Arruda 2018-05-14 15:23:52 -03:00
parent fe7947da90
commit 54a506c8eb
2 changed files with 10191 additions and 1 deletions

1
.gitignore vendored
View file

@ -44,7 +44,6 @@
/vendor/LICENSES.chromium.html
node_modules/
SHASUMS256.txt
**/package-lock.json
**/yarn.lock
compile_commands.json
.envrc

10191
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff