Skip to content

Commit

Permalink
chore: remove directory from options
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 29, 2024
1 parent 8a49f0b commit 76f7bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/save-webpage/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import scrape from 'website-scraper';

type Options = {
directory: string;
urlFilter?: (url: string) => boolean;
filenameGenerator?: string;
defaultFilename?: string;
Expand Down

0 comments on commit 76f7bc5

Please sign in to comment.