Skip to content

Commit

Permalink
build: move consumer to root
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Jul 6, 2022
1 parent 9c9f79a commit 06c514b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion entrypoints/nodejs.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { Client } from "../client.ts";
export { Client } from "../pkg/client/client.ts";
export { Consumer } from "../consumer.ts";
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./consumer.ts";
export * from "./client.ts";
export * from "./pkg/consumer/consumer.ts";
export * from "./pkg/client/client.ts";

0 comments on commit 06c514b

Please sign in to comment.