Skip to content

Commit

Permalink
Fix bogus path in icons stub
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer authored May 20, 2024
1 parent 8443ac2 commit 81ff848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icons-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"require": "./dist/flags.cjs"
},
"./edb_logos": {
"import": "./edb_logos.mjs",
"require": "./edb_logos.cjs"
"import": "./dist/edb_logos.mjs",
"require": "./dist/edb_logos.cjs"
}
},
"repository": {
Expand Down

1 comment on commit 81ff848

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.