Skip to content

Commit

Permalink
Adding package-lock.json back to source control
Browse files Browse the repository at this point in the history
It should have always been committed, IMO. It is the only way to ensure
reproducible builds. This has already caused problems; the upgrade to
Shudan 1.7.0 was backwards-incompatible and so v0.52.0 wouldn't build
anymore without an edit to package.json to pin to Shudan 1.6.4 which was
current when v0.52.0 was released.

With this change we will be able to exactly reproduce the dependency
closure used for a particular tag.
  • Loading branch information
apetresc committed Sep 4, 2022
1 parent a339b0c commit df50b61
Show file tree
Hide file tree
Showing 2 changed files with 15,160 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_modules/
bundle.js
bundle.js.LICENSE.txt
bundle.js.map
package-lock.json

*.pdn
*.vbs
Loading

0 comments on commit df50b61

Please sign in to comment.