Skip to content

Commit

Permalink
chore: ran npm audit (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Dec 3, 2024
1 parent 1d74a26 commit 543a88b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
47 changes: 25 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion spec/factory.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createMachoFiles } from '../src/factory';
import { createMachoFiles, isFatOrMacho } from '../src/factory';

describe('createMachoFiles', () => {
it('should throw error if path is missing', async () =>
Expand Down

0 comments on commit 543a88b

Please sign in to comment.