Skip to content

Commit 5a280bf

Browse files
committed
chore: ops, unintended dep
1 parent 146082c commit 5a280bf

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"eslint": "^9.23.0",
104104
"eslint-import-resolver-typescript": "link:.",
105105
"eslint-plugin-import-x": "^4.9.3",
106-
"globals": "^16.0.0",
107106
"lint-staged": "^15.5.0",
108107
"npm-run-all2": "^7.0.2",
109108
"path-serializer": "^0.3.4",

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ export const resolve = (
7272

7373
source = removeQuerystring(source)
7474

75-
console.log('source:', source)
76-
7775
if (!resolver) {
7876
const optionsHash = stableHash(options)
7977
const cwd = process.cwd()

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6649,7 +6649,6 @@ __metadata:
66496649
eslint-import-resolver-typescript: "link:."
66506650
eslint-plugin-import-x: "npm:^4.9.3"
66516651
get-tsconfig: "npm:^4.10.0"
6652-
globals: "npm:^16.0.0"
66536652
is-bun-module: "npm:^2.0.0"
66546653
lint-staged: "npm:^15.5.0"
66556654
npm-run-all2: "npm:^7.0.2"

0 commit comments

Comments
 (0)