Skip to content

Commit 4f2a23b

Browse files
authored
Merge pull request #8 from udibo/dev
Remove module doc from main entrypoint
2 parents 4a0eda4 + 81494c9 commit 4f2a23b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@udibo/http-error",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"exports": {
55
".": "./mod.ts"
66
},

mod.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* Utilities for creating and working with Http Errors.
3-
*
4-
* @module
5-
*/
61
import { STATUS_CODE, STATUS_TEXT, type StatusCode } from "@std/http/status";
72

83
/** Options for initializing an HttpError. */

0 commit comments

Comments
 (0)