Skip to content

Commit

Permalink
Merge pull request #23 from kemkriszt/dev
Browse files Browse the repository at this point in the history
FIx imports
  • Loading branch information
kemkriszt authored May 12, 2024
2 parents fb163a6 + 72a8890 commit c8ed75e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-frogs-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"label-printer": patch
---

Fix exports
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "./commands"
export * from "./printers"
export * from "./labels"
export * as commands from "./commands"
export * as printers from "./printers"
export * as labels from "./labels"

0 comments on commit c8ed75e

Please sign in to comment.