Skip to content

Commit

Permalink
fix deno type for isolation modules
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkunka committed Aug 26, 2021
1 parent 47d23ba commit c4a3705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Types/Timeout.deno.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
type Timeout = number;

export default Timeout;
export type {Timeout as default};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bandwidth-throttle-stream",
"version": "1.1.2",
"version": "1.1.3",
"description": "A Node.js and Deno transform stream for throttling bandwidth",
"author": "KunkaLabs Limited",
"private": false,
Expand Down

0 comments on commit c4a3705

Please sign in to comment.