Skip to content

Commit

Permalink
chore: cleanup unnecessary files and rename to follow conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
mherod committed Jan 3, 2025
1 parent 91e21d1 commit bdbb7aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion src/core/browsers/CookieStoreQueryStrategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Cookie, CookieJar, Store } from "tough-cookie";
import { z } from "zod";

import logger from "@utils/logger";
import { stringToRegex } from "@utils/StringToRegex";
import { stringToRegex } from "@utils/stringToRegex";

Check failure on line 5 in src/core/browsers/CookieStoreQueryStrategy.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Already included file name '/Users/runner/work/get-cookie/get-cookie/src/utils/stringToRegex.ts' differs from file name '/Users/runner/work/get-cookie/get-cookie/src/utils/StringToRegex.ts' only in casing.

Check failure on line 5 in src/core/browsers/CookieStoreQueryStrategy.ts

View workflow job for this annotation

GitHub Actions / build (22.x)

Already included file name '/Users/runner/work/get-cookie/get-cookie/src/utils/stringToRegex.ts' differs from file name '/Users/runner/work/get-cookie/get-cookie/src/utils/StringToRegex.ts' only in casing.

import { cookieJarPromise } from "../../core/cookies/CookieStore";
import type { BrowserName } from "../../types/BrowserName";
Expand Down
1 change: 0 additions & 1 deletion src/utils/index.ts

This file was deleted.

27 changes: 0 additions & 27 deletions tsup.config.ts

This file was deleted.

0 comments on commit bdbb7aa

Please sign in to comment.