Skip to content

Commit d38e4a8

Browse files
authored
fix: update link interface path in exports map (#270)
The types and import fields were pointing to the wrong files so correct them.
1 parent f94559e commit d38e4a8

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
@@ -167,8 +167,8 @@
167167
"import": "./src/link.js"
168168
},
169169
"./link/interface": {
170-
"types": "./dist/types/src/interface.d.ts",
171-
"import": "./src/interface.js"
170+
"types": "./dist/types/src/link/interface.d.ts",
171+
"import": "./src/link/interface.js"
172172
},
173173
"./traversal": {
174174
"types": "./dist/types/src/traversal.d.ts",

0 commit comments

Comments
 (0)