Skip to content

Commit

Permalink
fix: update link interface path in exports map (#270)
Browse files Browse the repository at this point in the history
The types and import fields were pointing to the wrong files so
correct them.
  • Loading branch information
achingbrain committed Sep 5, 2023
1 parent f94559e commit d38e4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -167,8 +167,8 @@
"import": "./src/link.js"
},
"./link/interface": {
"types": "./dist/types/src/interface.d.ts",
"import": "./src/interface.js"
"types": "./dist/types/src/link/interface.d.ts",
"import": "./src/link/interface.js"
},
"./traversal": {
"types": "./dist/types/src/traversal.d.ts",
Expand Down

0 comments on commit d38e4a8

Please sign in to comment.