Skip to content

Commit

Permalink
Merge pull request #8 from udibo/dev
Browse files Browse the repository at this point in the history
Remove module doc from main entrypoint
  • Loading branch information
KyleJune authored Jul 27, 2024
2 parents 4a0eda4 + 81494c9 commit 4f2a23b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udibo/http-error",
"version": "0.8.1",
"version": "0.8.2",
"exports": {
".": "./mod.ts"
},
Expand Down
5 changes: 0 additions & 5 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Utilities for creating and working with Http Errors.
*
* @module
*/
import { STATUS_CODE, STATUS_TEXT, type StatusCode } from "@std/http/status";

/** Options for initializing an HttpError. */
Expand Down

0 comments on commit 4f2a23b

Please sign in to comment.