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:
parent
fe7947da90
commit
54a506c8eb
2 changed files with 10191 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
10191
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue