Skip to content

Commit fdb302a

Browse files
committed
Point at correct files
1 parent f815557 commit fdb302a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"default": "./entrypoints/main.mjs"
1616
},
1717
"require": {
18-
"types": "./index.d.cts",
18+
"types": "./entrypoints/main.d.cts",
1919
"default": "./entrypoints/main.cjs"
2020
}
2121
},
@@ -26,7 +26,7 @@
2626
"default": "./entrypoints/plugin.mjs"
2727
},
2828
"require": {
29-
"types": "./plugin.d.cts",
29+
"types": "./entrypoints/plugin.d.cts",
3030
"default": "./entrypoints/plugin.cjs"
3131
}
3232
}

0 commit comments

Comments
 (0)