diff --git a/.changeset/young-frogs-crash.md b/.changeset/young-frogs-crash.md new file mode 100644 index 0000000..6a4ec1a --- /dev/null +++ b/.changeset/young-frogs-crash.md @@ -0,0 +1,5 @@ +--- +"label-printer": patch +--- + +Fix exports diff --git a/src/index.ts b/src/index.ts index bb24b1c..fa848d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ -export * from "./commands" -export * from "./printers" -export * from "./labels" \ No newline at end of file +export * as commands from "./commands" +export * as printers from "./printers" +export * as labels from "./labels" \ No newline at end of file