Skip to content

Commit

Permalink
Bump the braces package version 3.0.2 to 3.0.3 (#188)
Browse files Browse the repository at this point in the history
* Bump the braces package version 3.0.2 to 3.0.3

* lint fix
  • Loading branch information
kartykp authored Jul 9, 2024
1 parent efa3656 commit 1342353
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions packages/verify-provenance/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// TODO
export const verifyProvenance = (
bundle: object,
): boolean => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const verifyProvenance = (bundle: object): boolean => {
return false;
};

0 comments on commit 1342353

Please sign in to comment.