Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lerna version maintains package-lock #14

Merged
merged 1 commit into from
Nov 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
# Artifacts
build
node_modules
package-lock.json
package.json.decrypt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does the package.json.decrypt file do? That sounds like something that might be good to keep out of version control.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In trying to work out what was going wrong,
we synced the .gitignore files from the ESDK JS.

This is from that file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<from offline discussion/>

Specifically, it sounds like this was something that we added because of an artifact that a manual test created, not something that we expect to ever exist again.

I wanted to make sure that we were not blindly removing something that was protecting us from an unintended leak from a build tool or similar.


# VSCode
.vscode
Expand Down
7,419 changes: 7,419 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions packages/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions packages/crc32/.gitignore

This file was deleted.

20 changes: 20 additions & 0 deletions packages/crc32/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/ie11-detection/.gitignore

This file was deleted.

20 changes: 20 additions & 0 deletions packages/ie11-detection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/random-source-browser/.gitignore

This file was deleted.

32 changes: 32 additions & 0 deletions packages/random-source-browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/random-source-node/.gitignore

This file was deleted.

32 changes: 32 additions & 0 deletions packages/random-source-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/random-source-universal/.gitignore

This file was deleted.

32 changes: 32 additions & 0 deletions packages/random-source-universal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/sha256-browser/.gitignore

This file was deleted.

26 changes: 26 additions & 0 deletions packages/sha256-browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions packages/sha256-js/.gitignore

This file was deleted.

26 changes: 26 additions & 0 deletions packages/sha256-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/sha256-universal/.gitignore

This file was deleted.

32 changes: 32 additions & 0 deletions packages/sha256-universal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/supports-web-crypto/.gitignore

This file was deleted.

20 changes: 20 additions & 0 deletions packages/supports-web-crypto/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.