Skip to content

Commit

Permalink
chore: remove package lock files from packages (#1169)
Browse files Browse the repository at this point in the history
* chore: remove package-lock files from packages

the package-lock lives at the root of the mono-repo. All others are imposters, so are here deleted.

License: (Apache-2.0 AND MIT)
Signed-off-by: Oli Evans <[email protected]>

* chore: ignore package-lock files in the packages

only the package-lock at the root of the mono-repo is used to lock our deps. The others are imposters and are hereby ignored.

License: (Apache-2.0 AND MIT)
Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla authored Apr 4, 2022
1 parent 7ef7689 commit bef6e0b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 95,904 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ yarn.lock
site/public
.cluster
*.http
/packages/*/package-lock.json
30 changes: 13 additions & 17 deletions package-lock.json

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

Loading

0 comments on commit bef6e0b

Please sign in to comment.