Skip to content

Commit

Permalink
feat(typescript): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedasilva committed Sep 5, 2023
1 parent 1116c41 commit 4d9652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-d3-plugin/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const defaultPlugins = [
}),
alias({
entries: {
'@junipero/core': path.resolve('../core/dots/esm'),
'@junipero/core': path.resolve('../core/dist/esm'),
'@junipero/hooks': path.resolve('../hooks/dist/esm'),
'@junipero/react': path.resolve('../react/dist/esm'),
},
Expand Down

0 comments on commit 4d9652d

Please sign in to comment.