Skip to content

Commit 200aa00

Browse files
committed
chore(runtime): use direct path to local-helpers index instead additional file
1 parent ea80af3 commit 200aa00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"default": "./index.js"
2323
},
2424
"./local-helpers": {
25-
"types": "./local-helpers.d.ts",
26-
"default": "./local-helpers.js"
25+
"types": "./local-helpers/index.d.ts",
26+
"default": "./local-helpers/index.js"
2727
},
2828
"./edge": {
2929
"types": "./edge.d.ts",

packages/runtime/src/local-helpers.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)