Skip to content

Commit

Permalink
update jsr version
Browse files Browse the repository at this point in the history
  • Loading branch information
vseplet committed Jul 16, 2024
1 parent 054c052 commit f56ddec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
"noImplicitReturns": true,
"exactOptionalPropertyTypes": true
}
}
}
1 change: 1 addition & 0 deletions source/OptionsBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { AbstractTransport } from './Transport.ts';
import { Level } from './Level.ts';
import { TextFormatter } from './formatters/TextFormatter.ts';
import { TerminalTransport } from './transports/Terminal.ts';

/**
* OptionsBuilder
* @class OptionsBuilder
Expand Down

0 comments on commit f56ddec

Please sign in to comment.