Skip to content

Commit 0edc116

Browse files
chore: node 16 warning (TanStack#2249)
1 parent ab27f7c commit 0edc116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"internal": true,
3-
"main": "/index.js",
4-
"module": "/index.js",
3+
"main": "./index.js",
4+
"module": "./index.js",
55
"types": "../types/devtools/index.d.ts"
66
}

0 commit comments

Comments
 (0)