Skip to content

Commit

Permalink
Fix exports causing issues with Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 4, 2021
1 parent 663668b commit acfb068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions bytebuf.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export {
ByteBuf,
IntResult,
StringResult
}
export { ByteBuf }
export type { IntResult, StringResult }

/**
* A byte buffer.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytebuf",
"version": "1.1.0",
"version": "1.1.1",
"author": "Ashcon Partovi <[email protected]>",
"description": "A byte buffer for encoding and decoding binary data.",
"module": "dist/bytebuf.mjs",
Expand Down

0 comments on commit acfb068

Please sign in to comment.